freebsd-dev/usr.bin/users/Makefile
Ed Schouten 42b525af6e Port users(1) to libulog.
Instead of digging through the utmp database by hand, use proper API
calls to do so.  Instead of parsing entries with a non-empty ut_user, we
now look at LOGIN_PROCESS entries.
2009-12-03 16:42:18 +00:00

10 lines
119 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= users
DPADD= ${LIBULOG}
LDADD= -lulog
.include <bsd.prog.mk>