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/pc532/conf | |
parent | 9691107fcf80cbc251201589babc198cdcb55d54 (diff) |
kill Locore.c
Diffstat (limited to 'sys/arch/pc532/conf')
-rw-r--r-- | sys/arch/pc532/conf/Makefile.pc532 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pc532/conf/Makefile.pc532 b/sys/arch/pc532/conf/Makefile.pc532 index 9783acc0a74..a3b01a3ad36 100644 --- a/sys/arch/pc532/conf/Makefile.pc532 +++ b/sys/arch/pc532/conf/Makefile.pc532 @@ -81,7 +81,7 @@ clean:: #lint: /tmp param.c # @lint -hbxn -I. -DGENERIC -Dvolatile= ${COPTS} ${PARAM} \ -# ${I386}/i386/Locore.c ${CFILES} ioconf.c param.c | \ +# ${CFILES} ioconf.c param.c | \ # grep -v 'struct/union .* never defined' | \ # grep -v 'possible pointer alignment problem' |