Add vnode_if.[ch] to the clean target.
This commit is contained in:
parent
54477c5285
commit
46ba25f017
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.i386,v 1.46 1994/10/27 04:14:54 cgd Exp $
|
# $NetBSD: Makefile.i386,v 1.47 1994/10/28 17:05:29 mycroft Exp $
|
||||||
# @(#)Makefile.hp300 8.2 (Berkeley) 1/23/94
|
# @(#)Makefile.hp300 8.2 (Berkeley) 1/23/94
|
||||||
#
|
#
|
||||||
# Makefile for NetBSD
|
# Makefile for NetBSD
|
||||||
@ -96,8 +96,8 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
|
|||||||
${CC} ${CFLAGS} -c vers.c
|
${CC} ${CFLAGS} -c vers.c
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f eddep *netbsd netbsd.gdb tags *.o locore.i [a-z]*.s \
|
rm -f eddep *netbsd netbsd.gdb tags vnode_if.[ch] *.o locore.i \
|
||||||
[Ee]rrs linterrs makelinks
|
[a-z]*.s [Ee]rrs linterrs makelinks
|
||||||
|
|
||||||
lint: /tmp param.c
|
lint: /tmp param.c
|
||||||
@lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \
|
@lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \
|
||||||
|
Loading…
Reference in New Issue
Block a user