From e4e7fb2337537da7256716b6bd4fc2a409be8dc7 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 16 Oct 2017 03:59:58 +0000 Subject: [PATCH] Explicitly inlcude SYSDIR in the include path -- need machine path too? --- sys/boot/libsa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/libsa/Makefile b/sys/boot/libsa/Makefile index cdd4a86a5ad..b870443e7fc 100644 --- a/sys/boot/libsa/Makefile +++ b/sys/boot/libsa/Makefile @@ -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 \