diff options
Diffstat (limited to 'etc/etc.alpha/Makefile.inc')
-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 |