]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/uudecode/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / uudecode / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 MAN=
5
6 .include <bsd.own.mk>
7
8 PROG=   uudecode
9 LINKS=  ${BINDIR}/uudecode ${BINDIR}/b64decode
10
11 .if ${MK_TESTS} != "no"
12 SUBDIR+= tests
13 .endif
14
15 .include <bsd.prog.mk>