diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-15 02:40:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-15 02:40:41 +0000 |
commit | 4d757396cdac55744079489b3c73a665de07b4ec (patch) | |
tree | 72d04fedf2f22362fa325861e14e47f5c1033fdd /sys/arch/mvme88k | |
parent | 9691107fcf80cbc251201589babc198cdcb55d54 (diff) |
kill Locore.c
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/conf/Makefile.mvme88k | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index 76569d72b01..154ea761bff 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,5 +1,5 @@ # @(#)Makefile.hp300 7.10 (Berkeley) 6/27/91 -# $Id: Makefile.mvme88k,v 1.2 1997/05/24 03:02:28 rahnds Exp $ +# $Id: Makefile.mvme88k,v 1.3 1997/09/15 02:40:32 deraadt Exp $ # # Makefile for NetBSD # @@ -127,8 +127,7 @@ clean:: lint: /tmp param.c @lint -hbxn -DGENERIC -Dvolatile= ${CFLAGS} ${CPPFLAGS} ${PARAM} -UKGDB \ - ${MVME88K}/mvme88k/Locore.c ${CFILES} ${MVME88K}/mvme88k/swapgeneric.c \ - ioconf.c param.c| \ + ${CFILES} ${MVME88K}/mvme88k/swapgeneric.c ioconf.c param.c| \ grep -v 'struct/union .* never defined' | \ grep -v 'possible pointer alignment problem' |