Browse Source

from netbsd:

preserve netbsd when compressing
OPENBSD_2_0
deraadt 28 years ago
parent
commit
3badd5b67b
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      src/etc/etc.amiga/Makefile.inc

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

@ -1,14 +1,14 @@
#
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
#
# $NetBSD: Makefile.inc,v 1.6 1995/10/09 02:25:41 chopps Exp $
# $NetBSD: Makefile.inc,v 1.6.2.2 1995/11/24 19:44:36 chopps Exp $
.ifdef DESTDIR
snap_md: netbsd-generic
cp ${.CURDIR}/../sys/arch/amiga/compile/GENERIC/netbsd.gz \
${DESTDIR}/snapshot/netbsd-generic.gz
netbsd-generic:
cd ${.CURDIR}/../sys/arch/amiga/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/amiga/compile/GENERIC && \
make clean && make depend && make && gzip -9 netbsd
snap_md: netbsd-install
cp ${.CURDIR}/../sys/arch/amiga/compile/INSTALL/netbsd.gz \
${DESTDIR}/snapshot/netbsd-install.gz
netbsd-install:
cd ${.CURDIR}/../sys/arch/amiga/conf && config INSTALL
cd ${.CURDIR}/../sys/arch/amiga/compile/INSTALL && \
make clean && make depend && make && gzip -c -9 netbsd >netbsd.gz
.endif # DESTDIR check

Loading…
Cancel
Save