mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
12 lines
136 B
Makefile
12 lines
136 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ulog-helper
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
NO_MAN=
|
|
|
|
DPADD= ${LIBULOG} ${LIBMD}
|
|
LDADD= -lulog -lmd
|
|
|
|
.include <bsd.prog.mk>
|