8 lines
184 B
Makefile
8 lines
184 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/07/31 15:23:10 mycroft Exp $
|
|
|
|
PROG= finger
|
|
SRCS= finger.c lprint.c net.c sprint.c util.c
|
|
|
|
.include <bsd.prog.mk>
|