diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-15 20:05:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-15 20:05:02 +0000 |
commit | 30c2d72c2d5bc9c3754a90f1355489c84a13c9d7 (patch) | |
tree | 0743629cd70a0f83a8cf58fd5fbb9ddddb87e4c4 /sys/arch/pica | |
parent | 638d6e7b5aeaf37f1b2cad060ad46ece8f7ac4b3 (diff) |
Remove vnode_if.[ch] during a "make clean", per PR#536 from
Dan Carosone <danielce@ee.mu.oz.au>.
Diffstat (limited to 'sys/arch/pica')
-rw-r--r-- | sys/arch/pica/conf/Makefile.pica | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pica/conf/Makefile.pica b/sys/arch/pica/conf/Makefile.pica index 5e9062cb640..e616d6bc4b7 100644 --- a/sys/arch/pica/conf/Makefile.pica +++ b/sys/arch/pica/conf/Makefile.pica @@ -114,7 +114,7 @@ newvers: clean:: rm -f eddep bsd bsd.gdb tags *.o locore.i [a-z]*.s \ - Errs errs linterrs makelinks genassym + vnode_if.[ch] Errs errs linterrs makelinks genassym lint: /tmp param.c @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \ |