diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:29:05 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:29:05 +0000 |
| commit | bb930a3b16c0a9dda066afcd2fe4e6e86963245e (patch) | |
| tree | d37b80c4137e60ebb3ec276d2e9712beab77266c /lib/libutil/Makefile | |
| parent | 5943dd2a5e6293eecabe15798e46b1ba0b12662d (diff) | |
Notes
Diffstat (limited to 'lib/libutil/Makefile')
| -rw-r--r-- | lib/libutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 07412e0ece41..aa0f25e51eab 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -25,7 +25,7 @@ CFLAGS+= -DLIBC_SCCS CFLAGS+= -DINET6 .endif -CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../libc/gen/ +CFLAGS+= -I${.CURDIR} -I${SRCTOP}/lib/libc/gen/ MAN+= expand_number.3 flopen.3 fparseln.3 hexdump.3 \ humanize_number.3 kinfo_getallproc.3 kinfo_getfile.3 \ |
