Browse Source

Add floppy target and make it a dependency for snap_md

OPENBSD_2_1
millert 27 years ago
parent
commit
9deef0ded3
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      src/etc/etc.alpha/Makefile.inc

+ 6
- 2
src/etc/etc.alpha/Makefile.inc View File

@ -1,11 +1,11 @@
#
# etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
#
# $Id: Makefile.inc,v 1.3 1997/05/05 15:14:41 graichen Exp $
# $Id: Makefile.inc,v 1.4 1997/05/10 03:44:13 millert Exp $
.ifdef DESTDIR
snap_md: binutils bsd
snap_md: binutils bsd floppy
binutils:
cd ${DESTDIR} && tar cf - usr/*openbsd* \
@ -18,4 +18,8 @@ bsd:
cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
floppy:
cd ${.CURDIR}/../distrib/alpha/ramdisk && \
make cleandir && make && make install
.endif # DESTDIR check

Loading…
Cancel
Save