diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-11-27 16:16:35 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-11-27 16:16:35 +0000 |
| commit | fb5960efc4edc2580c122d88f549cd39f9f224e7 (patch) | |
| tree | 8f70e3462816458940e2c2a117a92a07a50a106b /usr.sbin/config/Makefile | |
| parent | e89bcdb80f12260f589e69cb6279ffc8bf0ef97a (diff) | |
Notes
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 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 |
