aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-11-28 20:29:58 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-11-28 20:29:58 +0000
commit8e7fbe02413a858b1cd3e135f905922dbe0a45d0 (patch)
tree20f22c3c84982408efbc4af63303b2ebe50bc86e /usr.sbin/config/Makefile
parent3344d6f2a629562e934ac7a9ab62bdb7a5c1f57c (diff)
Notes
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r--usr.sbin/config/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 4e4e4f49088f0..36e3d175a8c32 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -8,5 +8,8 @@ MAN8= config.8
DPADD= ${LIBL}
LDADD= -ll
CLEANFILES+= config.c lang.c lex.yy.c y.tab.[ch]
+.if defined(CONFIG_NO_CLOBBER_EVER)
+CFLAGS+=-DNO_CLOBBER_EVER
+.endif
.include <bsd.prog.mk>