]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - libexec/ulog-helper/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / libexec / ulog-helper / Makefile
1 # $FreeBSD$
2
3 PROG=   ulog-helper
4 BINOWN= root
5 BINMODE=4555
6 NO_MAN=
7
8 DPADD=  ${LIBULOG}
9 LDADD=  -lulog
10
11 .include <bsd.prog.mk>