diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-15 02:40:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-15 02:40:41 +0000 |
commit | 4d757396cdac55744079489b3c73a665de07b4ec (patch) | |
tree | 72d04fedf2f22362fa325861e14e47f5c1033fdd /sys/arch/hp300/conf/Makefile.hp300 | |
parent | 9691107fcf80cbc251201589babc198cdcb55d54 (diff) |
kill Locore.c
Diffstat (limited to 'sys/arch/hp300/conf/Makefile.hp300')
-rw-r--r-- | sys/arch/hp300/conf/Makefile.hp300 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index a7d6712785a..719a5d3f4e2 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.16 1997/04/20 07:01:10 downsj Exp $ +# $OpenBSD: Makefile.hp300,v 1.17 1997/09/15 02:40:28 deraadt Exp $ # $NetBSD: Makefile.hp300,v 1.54 1997/04/01 23:16:41 scottr Exp $ # Makefile for OpenBSD @@ -130,8 +130,7 @@ clean:: lint: @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB \ - ${HP300}/hp300/Locore.c ${CFILES} ${HP300}/hp300/swapgeneric.c \ - ioconf.c param.c | \ + ${CFILES} ${HP300}/hp300/swapgeneric.c ioconf.c param.c | \ grep -v 'static function .* unused' tags: |