Three things:
authorgene <gene@openbsd.org>
Wed, 23 Apr 1997 00:57:15 +0000 (00:57 +0000)
committergene <gene@openbsd.org>
Wed, 23 Apr 1997 00:57:15 +0000 (00:57 +0000)
(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.

sys/arch/mac68k/conf/Makefile.mac68k

index 54c158b..0c82595 100644 (file)
@@ -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