diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-08 20:03:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-08 20:03:05 +0000 |
commit | 8b9ec75dc9dc9f6ee62f699f99dbf7ba2d6a2185 (patch) | |
tree | 65ba174bf936245c70cbc76c8ac9ad3e5b11a797 /etc/etc.hp300 | |
parent | 9bf8925d50defecec9a4bbbdb192af914fc6308f (diff) |
Kill hp300 DISKLESS kernel, not worth using against GENERIC for diskless
systems since it still has all the filesystems for vnd usage and thus
does not save much memory...
ok deraadt@
Diffstat (limited to 'etc/etc.hp300')
-rw-r--r-- | etc/etc.hp300/Makefile.inc | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc index 4d23ed2edde..f6338c6f876 100644 --- a/etc/etc.hp300/Makefile.inc +++ b/etc/etc.hp300/Makefile.inc @@ -1,27 +1,20 @@ -# $OpenBSD: Makefile.inc,v 1.17 2002/05/13 07:22:42 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.18 2005/03/08 20:03:04 miod Exp $ # etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets .ifdef DESTDIR -snap_md: bsd bsd.dl bootblocks distrib +snap_md: bsd bootblocks distrib cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd - cp ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS/bsd \ - ${DESTDIR}/snapshot/bsd.dl bsd: cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \ ${MAKE} clean && ${MAKE} depend && exec ${MAKE} -bsd.dl: - cd ${.CURDIR}/../sys/arch/hp300/conf && config DISKLESS - cd ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} - bootblocks: cp ${DESTDIR}/usr/mdec/uboot.lif ${DESTDIR}/snapshot/SYS_UBOOT cp ${DESTDIR}/usr/mdec/cdboot.lif ${DESTDIR}/snapshot/SYS_CDBOOT -.PHONY: bsd bsd.dl bootblocks +.PHONY: bsd bootblocks .endif # DESTDIR check |