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/wgrisc | |
parent | 9691107fcf80cbc251201589babc198cdcb55d54 (diff) |
kill Locore.c
Diffstat (limited to 'sys/arch/wgrisc')
-rw-r--r-- | sys/arch/wgrisc/conf/Makefile.wgrisc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/wgrisc/conf/Makefile.wgrisc b/sys/arch/wgrisc/conf/Makefile.wgrisc index a1be8430600..c48b4a11c5a 100644 --- a/sys/arch/wgrisc/conf/Makefile.wgrisc +++ b/sys/arch/wgrisc/conf/Makefile.wgrisc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.wgrisc,v 1.2 1997/02/23 21:59:25 pefo Exp $ +# $OpenBSD: Makefile.wgrisc,v 1.3 1997/09/15 02:40:38 deraadt Exp $ # @(#)Makefile.wgrisc 8.2 (Berkeley) 2/16/94 # @@ -113,8 +113,7 @@ clean:: lint: /tmp param.c @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \ - ${WGRISC}/wgrisc/Locore.c ${CFILES} \ - ioconf.c param.c + ${CFILES} ioconf.c param.c symbols.sort: ${WGRISC}/wgrisc/symbols.raw grep -v '^#' ${WGRISC}/wgrisc/symbols.raw \ |