]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/dirname/Makefile
MFC r272777,r272779,r272780,r272781,r272782,r272783,r272784,r272787,r272788:
[FreeBSD/stable/10.git] / usr.bin / dirname / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   dirname
7 MAN=
8
9 .if ${MK_TESTS} != "no"
10 SUBDIR+=        tests
11 .endif
12
13 .include <bsd.prog.mk>