Use GENERIC instead of the obsolete INSTALL kernel
authorniklas <niklas@openbsd.org>
Tue, 25 Mar 1997 16:48:59 +0000 (16:48 +0000)
committerniklas <niklas@openbsd.org>
Tue, 25 Mar 1997 16:48:59 +0000 (16:48 +0000)
etc/etc.amiga/Makefile.inc

index c3abe16..cef1a05 100644 (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