summaryrefslogtreecommitdiffstats
path: root/usr.bin/truncate/Makefile
blob: 7e581b87cdc0a10c7a1723a7384340469912cd74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.include <bsd.own.mk>

PROG=		truncate
DPADD=		${LIBUTIL}
LDADD=		-lutil

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

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