diff options
Diffstat (limited to 'sys/arch/sun3/conf/Makefile.sun3')
-rw-r--r-- | sys/arch/sun3/conf/Makefile.sun3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 0fbe44e8894..933ffc8272a 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sun3,v 1.20 1997/06/09 19:45:29 kstailey Exp $ +# $OpenBSD: Makefile.sun3,v 1.21 1997/09/15 02:40:36 deraadt Exp $ # $NetBSD: Makefile.sun3,v 1.51 1996/09/09 21:07:08 mycroft Exp $ # Makefile for OpenBSD @@ -138,8 +138,7 @@ clean:: lint: @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB \ - ${SUN3}/sun3/Locore.c ${CFILES} ${SUN3}/sun3/swapgeneric.c \ - ioconf.c param.c | \ + ${CFILES} ${SUN3}/sun3/swapgeneric.c ioconf.c param.c | \ grep -v 'static function .* unused' tags: |