svn commit: r275400 - projects/building-blocks/include

Garrett Cooper ngie at FreeBSD.org
Tue Dec 2 09:45:08 UTC 2014


Author: ngie
Date: Tue Dec  2 09:45:07 2014
New Revision: 275400
URL: https://svnweb.freebsd.org/changeset/base/275400

Log:
  bsm needs to be further factored out of sys/sys/ucred.h, sys/sys/sysproto.h, etc

Modified:
  projects/building-blocks/include/Makefile

Modified: projects/building-blocks/include/Makefile
==============================================================================
--- projects/building-blocks/include/Makefile	Tue Dec  2 07:42:25 2014	(r275399)
+++ projects/building-blocks/include/Makefile	Tue Dec  2 09:45:07 2014	(r275400)
@@ -62,9 +62,11 @@ LDIRS+=		netnatm
 LSUBDIRS+=	netgraph/atm
 .endif
 
-.if ${MK_AUDIT} != "no"
+# XXX: bsm headers are explicitly required for sys/sysent.h, sys/sysproto.h,
+# and sys/ucred.h
+#.if ${MK_AUDIT} != "no"
 LDIRS+=		bsm
-.endif
+#.endif
 
 .if ${MK_BLUETOOTH} != "no"
 LSUBSUBDIRS+=	netgraph/bluetooth/include


More information about the svn-src-projects mailing list