PROG=	mount_hammer
MAN=	mount_hammer.8

CFLAGS+= -I${.CURDIR}/../../sys
LDADD=	-lutil
DPADD=	${LIBUTIL}

.include <bsd.prog.mk>