summaryrefslogtreecommitdiff
path: root/usr.bin/truncate/Makefile
blob: 72deb0dd4e77468d03c91c6d48b3d0df34cd026a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.include <src.opts.mk>

PROG=	truncate
LIBADD=	util

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>