Added missing dependancy.

Submitted by:	bde
Approved by:	obrien
This commit is contained in:
Ruslan Ermilov 2001-07-19 19:04:31 +00:00
parent 1ee47d0673
commit 3e7c6a91b1

View File

@ -11,6 +11,8 @@
SRCS= config_local.h mount.h nfs_prot.h
CLEANFILES= ${SRCS}
all: ${SRCS}
config_local.h: newvers.sh
@rm -f ${.TARGET}
sh ${.ALLSRC} > ${.TARGET}