summaryrefslogtreecommitdiffstats
path: root/usr.bin/uudecode/Makefile
blob: 7063d6f719a4cfabd6ebefafa524d6ee9023dd16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

.include <src.opts.mk>

PROG=	uudecode
LINKS=	${BINDIR}/uudecode ${BINDIR}/b64decode
MAN=

.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud