8 lines
150 B
Makefile
8 lines
150 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.3 1994/12/22 10:26:54 cgd Exp $
|
|
|
|
PROG= fingerd
|
|
MAN= fingerd.8
|
|
|
|
.include <bsd.prog.mk>
|