summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-26 07:00:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-26 07:00:46 +0000
commitb0c6f4cf7af1741fc5fbdb555d83276b16cdad74 (patch)
tree9dca37b5a3070bc3eed4b323418584b531335ae3 /usr.bin
parente467e8a4ee4ef7f5054b340b14f89efde4a40da7 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/getconf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/getconf/Makefile b/usr.bin/getconf/Makefile
index 53a7bac0d86f..23122b37c992 100644
--- a/usr.bin/getconf/Makefile
+++ b/usr.bin/getconf/Makefile
@@ -3,6 +3,7 @@
PROG= getconf
SRCS= confstr.c getconf.c pathconf.c sysconf.c
+CFLAGS+= -I${.CURDIR}
CLEANFILES+= confstr.c pathconf.c sysconf.c
.SUFFIXES: .gperf