summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-11-27 16:16:35 +0000
committerbde <bde@FreeBSD.org>1994-11-27 16:16:35 +0000
commit8718fcc4216545867bb9075dfab8ade4dea25938 (patch)
tree8f70e3462816458940e2c2a117a92a07a50a106b /usr.sbin/config/Makefile
parent29fef6468141bce7f02781c735c8d9ddb60b2123 (diff)
downloadFreeBSD-src-8718fcc4216545867bb9075dfab8ade4dea25938.zip
FreeBSD-src-8718fcc4216545867bb9075dfab8ade4dea25938.tar.gz
Remove ifdef for STATCLOCK. STATCLOCK is standard.
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 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
OpenPOWER on IntegriCloud