Browse Source

do not compress bsd

OPENBSD_2_1
deraadt 27 years ago
parent
commit
077343d824
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/etc.amiga/Makefile.inc

+ 4
- 4
src/etc/etc.amiga/Makefile.inc View File

@ -1,15 +1,15 @@
#
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
#
# $OpenBSD: Makefile.inc,v 1.5 1997/03/25 16:48:59 niklas Exp $
# $OpenBSD: Makefile.inc,v 1.6 1997/05/08 00:37:18 deraadt Exp $
# $NetBSD: Makefile.inc,v 1.7 1995/11/28 05:40:21 jtc Exp $
.ifdef DESTDIR
snap_md: bsd-install
cp ${.CURDIR}/../sys/arch/amiga/compile/GENERIC/bsd.gz \
${DESTDIR}/snapshot/bsd-generic.gz
cp ${.CURDIR}/../sys/arch/amiga/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
bsd-install:
cd ${.CURDIR}/../sys/arch/amiga/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/amiga/compile/GENERIC && \
make clean && make depend && make && gzip -c -9 bsd >bsd.gz
make clean && make depend && make
.endif # DESTDIR check

Loading…
Cancel
Save