Explicitly inlcude SYSDIR in the include path -- need machine path too?

This commit is contained in:
Warner Losh 2017-10-16 03:59:58 +00:00
parent a7fa2fb669
commit e4e7fb2337

View file

@ -21,7 +21,7 @@ LIB?= sa
NO_PIC=
WARNS?= 0
CFLAGS+= -I${SASRC}
CFLAGS+= -I${SASRC} -I${SYSDIR}
# standalone components and stuff we have modified locally
SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c environment.c getopt.c gets.c \