Hook up mac_stub to the modules Makefile.

Hook up mac_stub in files and options.
Reference mac_stub in NOTES.
This commit is contained in:
Robert Watson 2003-08-21 16:48:39 +00:00
parent 1de8bd1c41
commit 782f725560
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119218
4 changed files with 4 additions and 0 deletions

View File

@ -806,6 +806,7 @@ options MAC_NONE
options MAC_PARTITION
options MAC_PORTACL
options MAC_SEEOTHERUIDS
options MAC_STUB
options MAC_TEST

View File

@ -1573,6 +1573,7 @@ security/mac_none/mac_none.c optional mac_none
security/mac_partition/mac_partition.c optional mac_partition
security/mac_portacl/mac_portacl.c optional mac_portacl
security/mac_seeotheruids/mac_seeotheruids.c optional mac_seeotheruids
security/mac_stub/mac_stub.c optional mac_stub
security/mac_test/mac_test.c optional mac_test
ufs/ffs/ffs_alloc.c optional ffs
ufs/ffs/ffs_balloc.c optional ffs

View File

@ -115,6 +115,7 @@ MAC_NONE opt_dontuse.h
MAC_PARTITION opt_dontuse.h
MAC_PORTACL opt_dontuse.h
MAC_SEEOTHERUIDS opt_dontuse.h
MAC_STUB opt_dontuse.h
MAC_TEST opt_dontuse.h
MD_ROOT opt_md.h
MD_ROOT_SIZE opt_md.h

View File

@ -75,6 +75,7 @@ SUBDIR= accf_data \
mac_partition \
mac_portacl \
mac_seeotheruids \
mac_stub \
mac_test \
mcd \
md \