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/hppa/conf/Makefile.hppa | |
parent | 73d71dea40db28854c9501944136d9d9df0f7a32 (diff) |
move swapgeneric to truly generic code. tested on many archs by miod and mickey.
Diffstat (limited to 'sys/arch/hppa/conf/Makefile.hppa')
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 53e193d9e51..6779f89e21d 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.19 2003/05/07 18:28:14 mickey Exp $ +# $OpenBSD: Makefile.hppa,v 1.20 2003/05/23 22:16:16 tedu Exp $ # Makefile for OpenBSD # @@ -157,7 +157,7 @@ clean:: lint: @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB \ - ${CFILES} ${HPPA}/hppa/swapgeneric.c ioconf.c param.c | \ + ${CFILES} ioconf.c param.c | \ grep -v 'static function .* unused' tags: |