]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - usr.bin/timeout/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / usr.bin / timeout / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG=   timeout
6
7 .if ${MK_TESTS} != "no"
8 SUBDIR+= tests
9 .endif
10
11 .include <bsd.prog.mk>