# $FreeBSD$

PROG=	uhsoctl
MAN=	uhsoctl.1
WARNS?=	1

DPADD=	${LIBUTIL}
LDADD=	-lutil

.include <bsd.prog.mk>