]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libcasper/services/Makefile
Remove spurious newline
[FreeBSD/FreeBSD.git] / lib / libcasper / services / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR=         cap_dns
6 SUBDIR+=        cap_fileargs
7 SUBDIR+=        cap_grp
8 SUBDIR+=        cap_pwd
9 SUBDIR+=        cap_random
10 SUBDIR+=        cap_sysctl
11 SUBDIR+=        cap_syslog
12
13 SUBDIR.${MK_TESTS}+=    tests
14
15 SUBDIR_PARALLEL=
16
17 .include <bsd.subdir.mk>