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