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

.include <bsd.own.mk>

PROG=	join

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

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