need ecoff kernel in snap too
authorderaadt <deraadt@openbsd.org>
Sun, 9 Feb 1997 08:50:15 +0000 (08:50 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 9 Feb 1997 08:50:15 +0000 (08:50 +0000)
etc/etc.arc/Makefile.inc

index 993242f..19b45e9 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.1 1997/01/24 00:15:06 deraadt Exp $
+#      $OpenBSD: Makefile.inc,v 1.2 1997/02/09 08:50:15 deraadt Exp $
 #
 #      etc.arc/Makefile.inc -- arc-specific etc Makefile targets
 
@@ -16,5 +16,7 @@ bsd:
            make clean && make depend && make
        cp ${.CURDIR}/../sys/arch/arc/compile/GENERIC/bsd \
            ${DESTDIR}/snapshot/bsd
+       cp ${.CURDIR}/../sys/arch/arc/compile/GENERIC/bsd.ecoff \
+           ${DESTDIR}/snapshot/bsd.ecoff
 
 .endif