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/pc532/conf/Makefile.pc532 | |
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/pc532/conf/Makefile.pc532')
-rw-r--r-- | sys/arch/pc532/conf/Makefile.pc532 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pc532/conf/Makefile.pc532 b/sys/arch/pc532/conf/Makefile.pc532 index 26283e7f2d9..9964bb3739f 100644 --- a/sys/arch/pc532/conf/Makefile.pc532 +++ b/sys/arch/pc532/conf/Makefile.pc532 @@ -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} \ |