]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/units/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / usr.bin / units / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   units
6 FILES=  definitions.units
7 FILESDIR=       ${SHAREDIR}/misc
8
9 LIBADD= edit
10
11 .if ${MK_TESTS} != "no"
12 SUBDIR+= tests
13 .endif
14
15 .include <bsd.prog.mk>