diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-14 10:00:29 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-14 10:00:29 +0000 |
commit | b3f151fde0551c9519abd2af8b0059c26b066c10 (patch) | |
tree | 387dd8f299db553e34718b45d238bdc4abbec0e8 /etc | |
parent | e9f46eeb36b35b192e8aa542111b0923f40aacc8 (diff) |
undo my last change - don't copy /boot to the snapshot area - it is'nt
really required there
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.alpha/Makefile.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/etc.alpha/Makefile.inc b/etc/etc.alpha/Makefile.inc index a077ee2bdc8..d13326303fa 100644 --- a/etc/etc.alpha/Makefile.inc +++ b/etc/etc.alpha/Makefile.inc @@ -1,7 +1,7 @@ # # etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.5 1997/05/14 09:55:32 graichen Exp $ +# $Id: Makefile.inc,v 1.6 1997/05/14 10:00:28 graichen Exp $ .ifdef DESTDIR @@ -18,9 +18,6 @@ bsd: cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd -boot: - cp ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot/boot - floppy: cd ${.CURDIR}/../distrib/alpha/ramdisk && \ make cleandir && make && make install |