]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/split/Makefile
exports.5: Clarify that exported dirs should be local mount points
[FreeBSD/FreeBSD.git] / usr.bin / split / Makefile
1
2 .include <src.opts.mk>
3
4 PROG=   split
5
6 LIBADD= util
7
8 HAS_TESTS=              yes
9 SUBDIR.${MK_TESTS}+=    tests
10
11 .include <bsd.prog.mk>