summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/conf/Makefile.mvme68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-15 02:40:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-15 02:40:41 +0000
commit4d757396cdac55744079489b3c73a665de07b4ec (patch)
tree72d04fedf2f22362fa325861e14e47f5c1033fdd /sys/arch/mvme68k/conf/Makefile.mvme68k
parent9691107fcf80cbc251201589babc198cdcb55d54 (diff)
kill Locore.c
Diffstat (limited to 'sys/arch/mvme68k/conf/Makefile.mvme68k')
-rw-r--r--sys/arch/mvme68k/conf/Makefile.mvme68k5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k
index 4b929ef061f..707250b1ecc 100644
--- a/sys/arch/mvme68k/conf/Makefile.mvme68k
+++ b/sys/arch/mvme68k/conf/Makefile.mvme68k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme68k,v 1.8 1997/03/31 00:23:54 downsj Exp $
+# $OpenBSD: Makefile.mvme68k,v 1.9 1997/09/15 02:40:31 deraadt Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -126,8 +126,7 @@ clean::
lint: /tmp param.c
@lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \
- ${MVME68K}/mvme68k/Locore.c ${CFILES} ${MVME68K}/mvme68k/swapgeneric.c \
- ioconf.c param.c | \
+ ${CFILES} ${MVME68K}/mvme68k/swapgeneric.c ioconf.c param.c | \
grep -v 'struct/union .* never defined' | \
grep -v 'possible pointer alignment problem'