svn commit: r358207 - in stable: 11/sys/kern 12/sys/kern
Kyle Evans
kevans at FreeBSD.org
Fri Feb 21 04:41:23 UTC 2020
Author: kevans
Date: Fri Feb 21 04:41:22 2020
New Revision: 358207
URL: https://svnweb.freebsd.org/changeset/base/358207
Log:
MFC r357840: 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:
stable/12/sys/kern/Makefile
Directory Properties:
stable/12/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/11/sys/kern/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/12/sys/kern/Makefile
==============================================================================
--- stable/12/sys/kern/Makefile Fri Feb 21 04:38:59 2020 (r358206)
+++ stable/12/sys/kern/Makefile Fri Feb 21 04:41:22 2020 (r358207)
@@ -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-stable-12
mailing list