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/pmax/conf | |
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/pmax/conf')
-rw-r--r-- | sys/arch/pmax/conf/Makefile.pmax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index ab80ee3a362..9e19330aedc 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.pmax,v 1.18 1995/12/17 09:09:42 jonathan Exp $ +# $NetBSD: Makefile.pmax,v 1.19 1996/01/14 21:06:54 thorpej Exp $ # @(#)Makefile.pmax 8.2 (Berkeley) 2/16/94 # @@ -122,7 +122,7 @@ newvers: clean:: rm -f eddep *vmunix vmunix.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 \ |