Browse Source

Use GENERIC instead of the obsolete INSTALL kernel

OPENBSD_2_1
niklas 27 years ago
parent
commit
d6802d0110
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      src/etc/etc.amiga/Makefile.inc

+ 5
- 5
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.4 1996/05/09 07:01:05 niklas Exp $
# $OpenBSD: Makefile.inc,v 1.5 1997/03/25 16:48:59 niklas 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/INSTALL/bsd.gz \
${DESTDIR}/snapshot/bsd-install.gz
cp ${.CURDIR}/../sys/arch/amiga/compile/GENERIC/bsd.gz \
${DESTDIR}/snapshot/bsd-generic.gz
bsd-install:
cd ${.CURDIR}/../sys/arch/amiga/conf && config INSTALL
cd ${.CURDIR}/../sys/arch/amiga/compile/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
.endif # DESTDIR check

Loading…
Cancel
Save