xref: /NextBSD/usr.bin/truncate/Makefile (revision 65145fa4c81da358fcbc3b650156dab705dfa34e)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5PROG=	truncate
6LIBADD=	util
7
8.if ${MK_TESTS} != "no"
9SUBDIR+= tests
10.endif
11
12.include <bsd.prog.mk>
13