From e014fc92bc9ba6d68b047871beacda2c9561a327 Mon Sep 17 00:00:00 2001 From: gene Date: Wed, 23 Apr 1997 00:57:15 +0000 Subject: [PATCH] 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. --- sys/arch/mac68k/conf/Makefile.mac68k | 9 +++++---- 1 file 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 -- 2.20.1