freebsd-dev/usr.bin/finger/Makefile
Brian Somers 098c6e8747 Allow a /etc/finger.conf file that contains finger aliases
This allows people who's email address differs from their account name
to be fingerable.

Submitted by: Mark Knight <markk@knigma.org>
2000-08-17 10:59:17 +00:00

10 lines
168 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= finger
SRCS= finger.c lprint.c net.c sprint.c util.c
MAN1= finger.1
MAN5= finger.conf.5
.include <bsd.prog.mk>