1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5PROG= truncate 6DPADD= ${LIBUTIL} 7LDADD= -lutil 8 9.if ${MK_TESTS} != "no" 10SUBDIR+= tests 11.endif 12 13.include <bsd.prog.mk> 14