diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-19 19:04:31 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-19 19:04:31 +0000 |
| commit | 3e7c6a91b13b33df4a8c45a2192856ebbd665c9b (patch) | |
| tree | d101c21b11007fb166e8fac77c95b80c9f3ba562 /usr.sbin/amd | |
| parent | 1ee47d06733f58f50915f4a32f87a1eacc34252d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/amd')
| -rw-r--r-- | usr.sbin/amd/include/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile index f8e141f3e44e..4816e98b806d 100644 --- a/usr.sbin/amd/include/Makefile +++ b/usr.sbin/amd/include/Makefile @@ -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} |
