]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/ulog-helper/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>