# $FreeBSD: stable/10/usr.bin/truncate/Makefile 275585 2014-12-07 22:30:54Z jilles $ .include PROG= truncate DPADD= ${LIBUTIL} LDADD= -lutil .if ${MK_TESTS} != "no" SUBDIR+= tests .endif .include