ng_mppc(4): Bring netgraph(3) MPPC compression support.
[freebsd-src.git] / cddl / Makefile
blob26b502a120822f11e3666d0ad61dabbcc2319705
1 # $FreeBSD$
3 .include <src.opts.mk>
5 SUBDIR= lib .WAIT \
6 sbin usr.bin usr.sbin
8 .if ${MK_TESTS} != "no"
9 SUBDIR+=tests
10 .endif
12 SUBDIR_PARALLEL=
14 .include <bsd.subdir.mk>