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                      \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to