1# $FreeBSD$
2
3PROG=	utx
4MAN=	utx.8
5
6LINKS=	${BINDIR}/utx ${BINDIR}/utxrm
7MLINKS=	utx.8 utxrm.8
8
9.include <bsd.prog.mk>
10