# Makefile for psbb

PROG=		psbb
SRCS=		psbb.c

MANDEPEND=	psbb.1
CLEANFILES+=	${MANDEPEND}

.include "../Makefile.cfg"
.include <bsd.prog.mk>
