1994-05-27 12:33:43 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
2000-08-17 10:59:17 +00:00
|
|
|
# $FreeBSD$
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
PROG= finger
|
|
|
|
SRCS= finger.c lprint.c net.c sprint.c util.c
|
2001-03-27 10:52:19 +00:00
|
|
|
MAN= finger.1 finger.conf.5
|
1994-05-27 12:33:43 +00:00
|
|
|
|
2009-12-28 20:54:34 +00:00
|
|
|
DPADD= ${LIBULOG}
|
|
|
|
LDADD= -lulog
|
|
|
|
|
1994-05-27 12:33:43 +00:00
|
|
|
.include <bsd.prog.mk>
|