aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2021-09-01 20:54:38 +0000
committerBrooks Davis <brooks@FreeBSD.org>2021-09-01 20:58:16 +0000
commitdf501bac6939b5358d1afb66932e50151c54e514 (patch)
tree43d57cf82d12d175189feddd7649360ac3862a53 /sys/kern/Makefile
parent6945df3fff57a9606f8c8a4e3865def3a0e915e7 (diff)
downloadsrc-df501bac6939b5358d1afb66932e50151c54e514.tar.gz
src-df501bac6939b5358d1afb66932e50151c54e514.zip
syscalls.master: switch to CAPENABLED flags
Switch the main syscall table to use CAPENABLED flags rather than capabilities.conf. This avoid synchronization issues between syscalls.master and capabilities.conf (e.g. when renaming a syscall during development). For now, move capabilities.conf to sys/compat/freebsd32 and use it there. Use of sys/compat/freebsd32/syscalls.master should be replaced by makesyscalls.lua enhancements to allow the main one to be used. This change results in no changes to generated files after running `make sysent`. Reviewed by: kevans, emaste MFC after: 1 week Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D31350
Diffstat (limited to 'sys/kern/Makefile')
-rw-r--r--sys/kern/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index 5e14eb2d9ed2..453a6d8251c1 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -3,7 +3,6 @@
#
# Makefile for init_sysent
-SRCS+= capabilities.conf
SYSENT_CONF=
GENERATED= init_sysent.c \
syscalls.c \