summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/conf
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-05-23 22:16:17 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-05-23 22:16:17 +0000
commitaa56e26291dc0d7e208dcc1da07b18ff86a9d2cd (patch)
treee03078ff95c37e95065076186b6fc63d71836e7e /sys/arch/mvme68k/conf
parent73d71dea40db28854c9501944136d9d9df0f7a32 (diff)
move swapgeneric to truly generic code. tested on many archs by miod and mickey.
Diffstat (limited to 'sys/arch/mvme68k/conf')
-rw-r--r--sys/arch/mvme68k/conf/Makefile.mvme68k4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k
index abda7ba1f02..30597ff0a55 100644
--- a/sys/arch/mvme68k/conf/Makefile.mvme68k
+++ b/sys/arch/mvme68k/conf/Makefile.mvme68k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme68k,v 1.21 2003/05/13 22:45:10 miod Exp $
+# $OpenBSD: Makefile.mvme68k,v 1.22 2003/05/23 22:16:16 tedu Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -147,7 +147,7 @@ clean::
lint: /tmp param.c
@lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \
- ${CFILES} ${MVME68K}/mvme68k/swapgeneric.c ioconf.c param.c | \
+ ${CFILES} ioconf.c param.c | \
grep -v 'struct/union .* never defined' | \
grep -v 'possible pointer alignment problem'