diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-06 20:04:39 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-06 20:04:39 +0000 |
| commit | c33f35354b20387ed10538c3b732c32f18f237bd (patch) | |
| tree | 9b3d6c2e6e8180ba28820f5da68fe2d0709b3c2a /usr.sbin/config/Makefile | |
| parent | db141545dcc556eb295ec3aa594937a488c2be5c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/config/Makefile')
| -rw-r--r-- | usr.sbin/config/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index 94493d96ab284..d59ea402a8c03 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -2,6 +2,9 @@ PROG= config CFLAGS+=-I. -I${.CURDIR} -DSTATCLOCK +.if defined(CONFIG_DONT_CLOBBER) +CFLAGS+= -DCONFIG_DONT_CLOBBER +.endif SRCS= config.c main.c lang.c mkioconf.c mkmakefile.c mkglue.c mkheaders.c \ mkswapconf.c MAN8= config.8 |
