diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-05-23 22:16:17 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-05-23 22:16:17 +0000 |
commit | aa56e26291dc0d7e208dcc1da07b18ff86a9d2cd (patch) | |
tree | e03078ff95c37e95065076186b6fc63d71836e7e /sys/arch/sparc | |
parent | 73d71dea40db28854c9501944136d9d9df0f7a32 (diff) |
move swapgeneric to truly generic code. tested on many archs by miod and mickey.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index 33328bfaced..81ee4161e87 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc,v 1.30 2003/05/13 22:45:11 miod Exp $ +# $OpenBSD: Makefile.sparc,v 1.31 2003/05/23 22:16:16 tedu Exp $ # $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $ # Makefile for OpenBSD @@ -149,7 +149,7 @@ clean:: lint: @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} ${PARAM} -UKGDB \ - ${CFILES} ${SPARC}/sparc/swapgeneric.c ioconf.c param.c | \ + ${CFILES} ioconf.c param.c | \ grep -v 'static function .* unused' tags: |