]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/units/Makefile
Notable upstream pull request merges:
[FreeBSD/FreeBSD.git] / usr.bin / units / Makefile
1
2 .include <src.opts.mk>
3
4 PROG=   units
5 FILES=  definitions.units
6 FILESDIR=       ${SHAREDIR}/misc
7
8 LIBADD= edit
9
10 HAS_TESTS=
11 SUBDIR.${MK_TESTS}+= tests
12
13 .include <bsd.prog.mk>