diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-19 20:36:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-19 20:36:14 +0000 |
commit | 30b0247eb2b10ff6426a22d59884fef2af5a0614 (patch) | |
tree | 5a62cc97d6efe61f052064a47bd7173441313636 | |
parent | 6cb211fac28e159092fb909666f6129ca469a751 (diff) |
run distrib. bet this bombs still
-rw-r--r-- | etc/etc.hp300/Makefile.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc index 23f6753b29e..908831f5a10 100644 --- a/etc/etc.hp300/Makefile.inc +++ b/etc/etc.hp300/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.10 1997/10/19 20:25:08 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 1997/10/19 20:36:13 deraadt Exp $ # etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets .ifdef DESTDIR -snap_md: bsd bsd-dl bootblocks +snap_md: bsd bsd-dl bootblocks distrib bsd: cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC @@ -21,4 +21,8 @@ bsd-dl: bootblocks: -cp -R ${DESTDIR}/usr/mdec/uboot.raw ${DESTDIR}/snapshot +distrib: + cd ${.CURDIR}/../distrib && make cleandir && \ + make && make install + .endif # DESTDIR check |