summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-02-09 08:50:15 +0000
committerderaadt <deraadt@openbsd.org>1997-02-09 08:50:15 +0000
commitdc505d66f0849aa076f982f812bd39d3b8b4911c (patch)
treedf8282c6ae30c33eba3ca10b36799200728e1954
parentFix casts to off_t, problem noted and fixed by Theo. (diff)
downloadwireguard-openbsd-dc505d66f0849aa076f982f812bd39d3b8b4911c.tar.xz
wireguard-openbsd-dc505d66f0849aa076f982f812bd39d3b8b4911c.zip
need ecoff kernel in snap too
-rw-r--r--etc/etc.arc/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.arc/Makefile.inc b/etc/etc.arc/Makefile.inc
index 993242fa0ae..19b45e91aef 100644
--- a/etc/etc.arc/Makefile.inc
+++ b/etc/etc.arc/Makefile.inc
@@ -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