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/mac68k/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/mac68k/conf')
-rw-r--r-- | sys/arch/mac68k/conf/Makefile.mac68k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index 16854a80087..775ef464063 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -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 \ |