diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-26 07:00:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-26 07:00:46 +0000 |
| commit | b0c6f4cf7af1741fc5fbdb555d83276b16cdad74 (patch) | |
| tree | 9dca37b5a3070bc3eed4b323418584b531335ae3 /usr.bin | |
| parent | e467e8a4ee4ef7f5054b340b14f89efde4a40da7 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 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 |
