diff options
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r-- | usr.sbin/config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index d59ea40..5bab296 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= config -CFLAGS+=-I. -I${.CURDIR} -DSTATCLOCK +CFLAGS+=-I. -I${.CURDIR} .if defined(CONFIG_DONT_CLOBBER) CFLAGS+= -DCONFIG_DONT_CLOBBER .endif |