]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - Makefile
c1697c8fd12c07b1e98f8ab83283da300ac2ca23
[FreeBSD/stable/10.git] / 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>