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/hp300 | |
parent | 73d71dea40db28854c9501944136d9d9df0f7a32 (diff) |
move swapgeneric to truly generic code. tested on many archs by miod and mickey.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/Makefile.hp300 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index f329c738c49..2c4100f19c6 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.32 2003/05/13 22:45:10 miod Exp $ +# $OpenBSD: Makefile.hp300,v 1.33 2003/05/23 22:16:16 tedu Exp $ # $NetBSD: Makefile.hp300,v 1.54 1997/04/01 23:16:41 scottr Exp $ # Makefile for OpenBSD @@ -176,7 +176,7 @@ clean:: lint: @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB \ - ${CFILES} ${HP300}/hp300/swapgeneric.c ioconf.c param.c | \ + ${CFILES} ioconf.c param.c | \ grep -v 'static function .* unused' tags: |