summaryrefslogtreecommitdiff
path: root/etc/etc.hp300/Makefile.inc
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-02-19 10:07:27 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-02-19 10:07:27 +0000
commitb5ae224fcd3688eba1e7c5d3afe7f49f9408c82c (patch)
tree8c5c6df1382322fa80fbe9afb7cc8af07db5ec73 /etc/etc.hp300/Makefile.inc
parentad160478eb946845fc3e78c79616f7863ed53439 (diff)
Update.
Diffstat (limited to 'etc/etc.hp300/Makefile.inc')
-rw-r--r--etc/etc.hp300/Makefile.inc28
1 files changed, 14 insertions, 14 deletions
diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc
index c839e8c60bf..05f675cd6cf 100644
--- a/etc/etc.hp300/Makefile.inc
+++ b/etc/etc.hp300/Makefile.inc
@@ -1,29 +1,29 @@
-# $OpenBSD: Makefile.inc,v 1.3 1997/02/03 07:02:10 downsj Exp $
+# $OpenBSD: Makefile.inc,v 1.4 1997/02/19 10:07:26 downsj Exp $
# $NetBSD: Makefile.inc,v 1.2 1996/03/22 05:14:27 scottr Exp $
#
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
.ifdef DESTDIR
-snap_md: netbsd-gen.gz netbsd-dl.gz
+snap_md: bsd-gen.gz bsd-dl.gz
-netbsd-gen:
- cd ${.CURDIR}/../sys/arch/hp300/conf && config.old GENERIC
+bsd-gen:
+ cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \
make clean && make depend && make
- cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/netbsd \
- ${DESTDIR}/snapshot/netbsd-gen
+ cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \
+ ${DESTDIR}/snapshot/bsd-gen
-netbsd-dl:
- cd ${.CURDIR}/../sys/arch/hp300/conf && config.old DISKLESS
+bsd-dl:
+ cd ${.CURDIR}/../sys/arch/hp300/conf && config DISKLESS
cd ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS && \
make clean && make depend && make
- cp ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS/netbsd \
- ${DESTDIR}/snapshot/netbsd-dl
+ cp ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS/bsd \
+ ${DESTDIR}/snapshot/bsd-dl
-netbsd-gen.gz: netbsd-gen
- gzip -f9 ${DESTDIR}/snapshot/netbsd-gen
+bsd-gen.gz: bsd-gen
+ gzip -f9 ${DESTDIR}/snapshot/bsd-gen
-netbsd-dl.gz: netbsd-dl
- gzip -f9 ${DESTDIR}/snapshot/netbsd-dl
+bsd-dl.gz: bsd-dl
+ gzip -f9 ${DESTDIR}/snapshot/bsd-dl
.endif # DESTDIR check