]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - cddl/Makefile
Note to avoid using GENERIC kernel on i386 when using
[FreeBSD/releng/10.1.git] / cddl / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= lib sbin usr.bin usr.sbin
6
7 .if ${MK_TESTS} != "no"
8 SUBDIR+=tests
9 .endif
10
11 .include <bsd.subdir.mk>