1# $FreeBSD$
2
3PROG=	ulog-helper
4BINOWN=	root
5BINMODE=4555
6MAN=
7
8DPADD=	${LIBULOG}
9LDADD=	-lulog
10
11.include <bsd.prog.mk>
12