ee5a34ecba
Reduce overlinking
11 lines
100 B
Makefile
11 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ulog-helper
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
MAN=
|
|
|
|
LIBADD= ulog
|
|
|
|
.include <bsd.prog.mk>
|