Makefile revision 202181
1# $FreeBSD: head/usr.sbin/uhsoctl/Makefile 202181 2010-01-13 03:16:31Z thompsa $
2
3PROG=	uhsoctl
4MAN=	uhsoctl.1
5WARNS=	1
6
7DPADD=	${LIBUTIL}
8LDADD=	-lutil
9
10.include <bsd.prog.mk>
11