1fded7e624
It was already ported to use libulog, which makes it simpler now. Be sure to catch the error returned by setutxdb(). Otherwise it may perform a lookup on the utx.active database.
11 lines
172 B
Makefile
11 lines
172 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= finger
|
|
SRCS= finger.c lprint.c net.c sprint.c util.c
|
|
MAN= finger.1 finger.conf.5
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|