diff options
author | peter <peter@FreeBSD.org> | 1997-10-22 00:44:08 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-10-22 00:44:08 +0000 |
commit | cac6af7db2ad1297316afbd33cf4327b36309cde (patch) | |
tree | f944e5be6399214f0c6e3c65b5a2fed32b17e8a3 /usr.sbin/config | |
parent | b57d8acf74b602f51f41ffd6ff9bb42c2a452d6d (diff) | |
download | FreeBSD-src-cac6af7db2ad1297316afbd33cf4327b36309cde.zip FreeBSD-src-cac6af7db2ad1297316afbd33cf4327b36309cde.tar.gz |
For safety's sake, explicitly depend all objects on the configvers.h header
to make sure that it's all recompiled even if there is no 'make depend'.
This is overkill, but should be one less thing that someone can do wrong.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r-- | usr.sbin/config/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index 55f213e..5a8b5ad 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -13,3 +13,5 @@ CFLAGS+=-DNO_CLOBBER_EVER .endif .include <bsd.prog.mk> + +$(OBJS): configvers.h |