Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones

This implifies pathing in make/displayed output

MFC after:    3 weeks
Sponsored by: Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-01-20 04:29:05 +00:00
parent 5943dd2a5e
commit bb930a3b16

View File

@ -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 \