59c4211ee9
forwarding of finger requests. also, log the text of the request if supplied. cleanup for WARNS=1.
9 lines
164 B
Makefile
9 lines
164 B
Makefile
# $NetBSD: Makefile,v 1.5 1997/09/09 05:38:24 mrg Exp $
|
|
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
|
|
PROG= fingerd
|
|
MAN= fingerd.8
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|