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.
This commit is contained in:
Kyle Evans 2020-02-12 19:06:34 +00:00
parent fe16bad415
commit b30ab6d8fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357840

View File

@ -3,6 +3,7 @@
#
# Makefile for init_sysent
SRCS+= capabilities.conf
SYSENT_CONF=
GENERATED= init_sysent.c \
syscalls.c \