1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/libexec/ulog-helper/Makefile
Baptiste Daroussin ee5a34ecba Convert to LIBADD
Reduce overlinking
2014-11-25 21:18:18 +00:00

11 lines
100 B
Makefile

# $FreeBSD$
PROG= ulog-helper
BINOWN= root
BINMODE=4555
MAN=
LIBADD= ulog
.include <bsd.prog.mk>