1# $FreeBSD$
2
3PROG=	trim
4MAN=	trim.8
5LIBADD=	util
6LDFLAGS=	-lutil
7
8.include <bsd.prog.mk>
9