Remove vnode_if.[ch] during a "make clean", per PR#536 from
authorderaadt <deraadt@openbsd.org>
Mon, 15 Jan 1996 20:04:48 +0000 (20:04 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 15 Jan 1996 20:04:48 +0000 (20:04 +0000)
Dan Carosone <danielce@ee.mu.oz.au>.

sys/arch/amiga/conf/Makefile.amiga
sys/arch/atari/conf/Makefile.atari
sys/arch/mac68k/conf/Makefile.mac68k
sys/arch/pc532/conf/Makefile.pc532
sys/arch/pica/conf/Makefile.pica
sys/arch/pmax/conf/Makefile.pmax

index 325307f..48be0ae 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.amiga,v 1.30 1995/12/27 08:22:54 chopps Exp $
+#      $NetBSD: Makefile.amiga,v 1.31 1996/01/14 21:06:47 thorpej Exp $
 
 #      @(#)Makefile.hp300      7.10 (Berkeley) 6/27/91
 #
@@ -115,7 +115,7 @@ newvers:
 
 clean::
        rm -f eddep *netbsd netbsd.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 \
index a790c68..d83a9cc 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.atari,v 1.8 1995/11/30 00:57:51 jtc Exp $
+#      $NetBSD: Makefile.atari,v 1.9 1996/01/14 21:06:49 thorpej Exp $
 #
 # Makefile for NetBSD Atari-TT
 #
@@ -107,7 +107,7 @@ newvers:
 
 clean::
        rm -f eddep *netbsd netbsd.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 \
index 16854a8..775ef46 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.mac68k,v 1.26 1995/11/01 04:53:34 briggs Exp $
+#      $NetBSD: Makefile.mac68k,v 1.27 1996/01/14 21:06:51 thorpej Exp $
 
 # Makefile for NetBSD for the mac
 #      Derived from makefile for hp300 from NetBSD
@@ -106,7 +106,7 @@ newvers:
 
 clean::
        rm -f eddep netbsd tags *.o locore.i [a-z]*.s \
-               Errs errs linterrs makelinks
+               vnode_if.[ch] Errs errs linterrs makelinks
 
 lint: /tmp param.c
        @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \
index 26283e7..9964bb3 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.pc532,v 1.14 1995/09/19 23:51:40 thorpej Exp $
+#      $NetBSD: Makefile.pc532,v 1.15 1996/01/14 21:06:52 thorpej Exp $
 
 # Copyright 1990 W. Jolitz
 #      @(#)Makefile.i386       7.1 5/10/91
@@ -77,7 +77,7 @@ SYSTEM_LD_TAIL= size $@ ; nm -n $@ > SYMMS ; chmod 755 $@
 
 clean::
        rm -f eddep *netbsd tags *.o locore.i [a-uw-z]*.s \
-               errs linterrs makelinks genassym
+               vnode_if.[ch] errs linterrs makelinks genassym
 
 #lint: /tmp param.c
 #      @lint -hbxn -I. -DGENERIC -Dvolatile= ${COPTS} ${PARAM} \
index 5e9062c..e616d6b 100644 (file)
@@ -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 \
index ab80ee3..9e19330 100644 (file)
@@ -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 \