freebsd-dev/libexec/ulog-helper/Makefile
Ed Schouten 0ea9a5ddd4 Minor cleanups to ulog-helper:
- 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.
2011-06-21 17:59:51 +00:00

12 lines
122 B
Makefile

# $FreeBSD$
PROG= ulog-helper
BINOWN= root
BINMODE=4555
NO_MAN=
DPADD= ${LIBULOG}
LDADD= -lulog
.include <bsd.prog.mk>