Author: imp
Date: Mon Oct 16 03:59:58 2017
New Revision: 324654
URL: https://svnweb.freebsd.org/changeset/base/324654

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

Modified:
  head/sys/boot/libsa/Makefile

Modified: head/sys/boot/libsa/Makefile
==============================================================================
--- head/sys/boot/libsa/Makefile        Mon Oct 16 03:59:52 2017        
(r324653)
+++ head/sys/boot/libsa/Makefile        Mon Oct 16 03:59:58 2017        
(r324654)
@@ -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 \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to