0ea9a5ddd4
- Remove unneeded linking against libmd. libulog depends on this library, but the ulog-helper tool itself does not. - Change the comment at the top to mention utmpx instead of utmp, wtmp and lastlog. - Simply use user_from_uid() to translate to a username string. - Put variable declarations together.
12 lines
122 B
Makefile
12 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ulog-helper
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
NO_MAN=
|
|
|
|
DPADD= ${LIBULOG}
|
|
LDADD= -lulog
|
|
|
|
.include <bsd.prog.mk>
|