aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1994-11-27 16:16:35 +0000
committerBruce Evans <bde@FreeBSD.org>1994-11-27 16:16:35 +0000
commitfb5960efc4edc2580c122d88f549cd39f9f224e7 (patch)
tree8f70e3462816458940e2c2a117a92a07a50a106b /usr.sbin/config/Makefile
parente89bcdb80f12260f589e69cb6279ffc8bf0ef97a (diff)
Notes
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r--usr.sbin/config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index d59ea402a8c03..5bab296cb321b 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