svn commit: r324654 - head/sys/boot/libsa

Warner Losh imp at FreeBSD.org
Mon Oct 16 04:00:00 UTC 2017


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 \


More information about the svn-src-all mailing list