summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgene <gene@openbsd.org>1997-04-23 00:57:15 +0000
committergene <gene@openbsd.org>1997-04-23 00:57:15 +0000
commite014fc92bc9ba6d68b047871beacda2c9561a327 (patch)
treeae4190e3e7e517fe5ae53a34fbd61c4f260d5f88
parentNetBSD -> OpenBSD where relevant and appropriate. (diff)
downloadwireguard-openbsd-e014fc92bc9ba6d68b047871beacda2c9561a327.tar.xz
wireguard-openbsd-e014fc92bc9ba6d68b047871beacda2c9561a327.zip
Three things:
(1) We run OpenBSD (2) make clean deltes genassym and genassym.o, so people with these sitting in their compile directories will get them cleaned out. Release won't ship this way. (3) Maxusers Makefile depends depend on assym.h not genassym.o now.
-rw-r--r--sys/arch/mac68k/conf/Makefile.mac68k9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k
index 54c158bc36c..0c82595b8a6 100644
--- a/sys/arch/mac68k/conf/Makefile.mac68k
+++ b/sys/arch/mac68k/conf/Makefile.mac68k
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile.mac68k,v 1.13 1997/04/18 17:29:50 gene Exp $
+# $OpenBSD: Makefile.mac68k,v 1.14 1997/04/23 00:57:15 gene Exp $
# $NetBSD: Makefile.mac68k,v 1.53 1997/04/15 06:11:38 scottr Exp $
-# Makefile for NetBSD
+# Makefile for OpenBSD
#
# This makefile is constructed from a machine description:
# config machineid
@@ -128,7 +128,8 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
clean::
rm -f eddep *bsd bsd.gdb tags *.[io] [a-z]*.s \
- [Ee]rrs linterrs makelinks assym.h.tmp assym.h
+ [Ee]rrs linterrs makelinks assym.h.tmp assym.h genassym.o \
+ genassym
lint:
@lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} ${PARAM} -UKGDB \
@@ -167,7 +168,7 @@ autoconf.o conf.o: Makefile
uipc_proto.o vfs_conf.o: Makefile
# depend on maxusers
-genassym.o machdep.o: Makefile
+assym.h machdep.o: Makefile
# depend on CPU configuration
locore.o pmap.o trap.o: Makefile