From 03da910d8db01460d044c3ff90cc30e8a00c63d0 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 3 Dec 2009 16:42:18 +0000 Subject: 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. --- usr.bin/users/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.bin/users/Makefile') diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile index 3d6524b..53274b9 100644 --- a/usr.bin/users/Makefile +++ b/usr.bin/users/Makefile @@ -3,4 +3,7 @@ PROG= users +DPADD= ${LIBULOG} +LDADD= -lulog + .include -- cgit v1.1