svn commit: r357840 - head/sys/kern

Kyle Evans kevans at FreeBSD.org
Wed Feb 12 19:06:35 UTC 2020


Author: kevans
Date: Wed Feb 12 19:06:34 2020
New Revision: 357840
URL: https://svnweb.freebsd.org/changeset/base/357840

Log:
  sys/kern sysent: re-add dependency on capabilities.conf
  
  r356868 inadvertently removed this, so changes to capabilities.conf were no
  longer considered for being outdated.

Modified:
  head/sys/kern/Makefile

Modified: head/sys/kern/Makefile
==============================================================================
--- head/sys/kern/Makefile	Wed Feb 12 19:05:10 2020	(r357839)
+++ head/sys/kern/Makefile	Wed Feb 12 19:06:34 2020	(r357840)
@@ -3,6 +3,7 @@
 #
 # Makefile for init_sysent
 
+SRCS+=		capabilities.conf
 SYSENT_CONF=
 GENERATED=	init_sysent.c			\
 		syscalls.c			\


More information about the svn-src-all mailing list