# $FreeBSD$
.include <src.opts.mk>
PROG= truncate
LIBADD= util
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.prog.mk>