]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/printf/Makefile
Update releng/10.2 to RC2 in preparation for the next set of builds.
[FreeBSD/releng/10.2.git] / usr.bin / printf / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   printf
7
8 .if ${MK_TESTS} != "no"
9 SUBDIR+= tests
10 .endif
11
12 .include <bsd.prog.mk>