summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-15 20:05:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-15 20:05:02 +0000
commit30c2d72c2d5bc9c3754a90f1355489c84a13c9d7 (patch)
tree0743629cd70a0f83a8cf58fd5fbb9ddddb87e4c4 /sys/arch/pmax/conf
parent638d6e7b5aeaf37f1b2cad060ad46ece8f7ac4b3 (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.pmax4
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 \