mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
42b525af6e
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.
10 lines
119 B
Makefile
10 lines
119 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= users
|
|
|
|
DPADD= ${LIBULOG}
|
|
LDADD= -lulog
|
|
|
|
.include <bsd.prog.mk>
|