diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-01-28 02:55:58 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-01-28 02:55:58 +0000 |
commit | 9ad1292661989f60d79fb382f175f731ce2adcca (patch) | |
tree | bbbc8bd23449c12ecb38f588cef2eb93df07ae26 /sys/arch/amd64 | |
parent | cf3e48198ee38dbf1e717e1094885be53ed9a4b8 (diff) |
duh. no need for swapgeneric here too; from deraadt@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/Makefile.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index 4909063e7dc..288a8a055b9 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amd64,v 1.1 2004/01/28 01:39:39 mickey Exp $ +# $OpenBSD: Makefile.amd64,v 1.2 2004/01/28 02:55:57 mickey Exp $ # Makefile for OpenBSD # @@ -143,7 +143,7 @@ clean:: lint: @lint -hbxncez -Dvolatile= ${CPPFLAGS} ${PARAM} -UKGDB \ - ${CFILES} ${AMD64}/amd64/swapgeneric.c ioconf.c param.c | \ + ${CFILES} ioconf.c param.c | \ grep -v 'static function .* unused' tags: |