diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-22 15:37:32 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-22 15:37:32 +0000 |
commit | 09d09cb93414bbd24504b169d0b193430574c4ab (patch) | |
tree | fcbd8ff64842af34da954f77c3f1e17a744e0448 /usr.sbin/config/Makefile | |
parent | fc2b47aebc779f9b2ace3a08a54f8aee1e2942b8 (diff) | |
download | FreeBSD-src-09d09cb93414bbd24504b169d0b193430574c4ab.zip FreeBSD-src-09d09cb93414bbd24504b169d0b193430574c4ab.tar.gz |
Make good on my promise to finally clean up the config clobbering.
If you invoke config with the `-n' flag or have NO_CONFIG_CLOBBER in
your environment, config will behave the same way it used to. This is
now _documented_ as well. Rip out all the CONFIG_DONT_CLOBBER cruft;
some of it wasn't even correct anyway.
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r-- | usr.sbin/config/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index 5bab296..73df233 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -2,9 +2,6 @@ PROG= config CFLAGS+=-I. -I${.CURDIR} -.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 |