diff options
-rw-r--r-- | usr.bin/getconf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/getconf/Makefile b/usr.bin/getconf/Makefile index 53a7bac..23122b3 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 |