]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/chown/Makefile
MFC r268030,r268793,r303212,r319642,r319830:
[FreeBSD/stable/10.git] / usr.sbin / chown / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   chown
7 LINKS=  ${BINDIR}/chown /usr/bin/chgrp
8 MAN=    chgrp.1 chown.8
9
10 .if ${MK_TESTS} != "no"
11 SUBDIR+= tests
12 .endif
13
14 .include <bsd.prog.mk>