Browse Source

undo my last change - don't copy /boot to the snapshot area - it is'nt

really required there
OPENBSD_2_1
graichen 27 years ago
parent
commit
eabd2234a1
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      src/etc/etc.alpha/Makefile.inc

+ 1
- 4
src/etc/etc.alpha/Makefile.inc View File

@ -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


Loading…
Cancel
Save