Deleted Added
sdiff udiff text old ( 200062 ) new ( 201380 )
full compact
1# $FreeBSD: head/libexec/ulog-helper/Makefile 200062 2009-12-03 15:48:24Z ed $
2
3PROG= ulog-helper
4BINOWN= root
5BINMODE=4555
6NO_MAN=
7
8DPADD= ${LIBULOG}
9LDADD= -lulog
10
11WARNS?= 6
12
13.include <bsd.prog.mk>