Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
c989c95116
commit
eca3ef96a3
@ -17,7 +17,7 @@ MLINKS+= kiconv.3 kiconv_add_xlat16_cspair.3 \
|
||||
kiconv.3 kiconv_add_xlat16_cspairs.3 \
|
||||
kiconv.3 kiconv_add_xlat16_table.3
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../sys
|
||||
CFLAGS+= -I${SRCTOP}/sys
|
||||
|
||||
WARNS?= 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user