mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
832dc76b63
Reviewed by: emaste, markj (previous version), bcr (man page) Differential Revision: https://reviews.freebsd.org/D24688
18 lines
239 B
Makefile
18 lines
239 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= cap_dns
|
|
SUBDIR+= cap_fileargs
|
|
SUBDIR+= cap_grp
|
|
SUBDIR+= cap_net
|
|
SUBDIR+= cap_pwd
|
|
SUBDIR+= cap_sysctl
|
|
SUBDIR+= cap_syslog
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|