summaryrefslogtreecommitdiff
path: root/usr.bin/truncate/Makefile
blob: 0b27f0c87588c7aa5483453ed78f1bb32148e39e (plain)
1
2
3
4
5
6
7
8
9
.include <src.opts.mk>

PROG=	truncate
LIBADD=	util

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>