]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - cddl/Makefile
Fix multiple small kernel memory disclosures. [EN-18:04.mem]
[FreeBSD/releng/10.3.git] / cddl / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= lib .WAIT \
6         sbin usr.bin usr.sbin
7
8 .if ${MK_TESTS} != "no"
9 SUBDIR+=tests
10 .endif
11
12 SUBDIR_PARALLEL=
13
14 .include <bsd.subdir.mk>