diff options
author | gene <gene@cvs.openbsd.org> | 1997-04-23 00:57:16 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-04-23 00:57:16 +0000 |
commit | 869d844c77a851bfb3ff842cb02c4095152d597b (patch) | |
tree | 9cb2721149054b603da570eaefafc2e4154feedf /sys/arch/mac68k/conf/Makefile.mac68k | |
parent | 53f4686bd474a24e94851d94a360576b27436dd0 (diff) |
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.
Diffstat (limited to 'sys/arch/mac68k/conf/Makefile.mac68k')
-rw-r--r-- | sys/arch/mac68k/conf/Makefile.mac68k | 9 |
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 |