8 lines
184 B
Makefile
8 lines
184 B
Makefile
# $NetBSD: Makefile,v 1.3 1997/01/09 20:19:17 tls Exp $
|
|
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
|
|
PROG= finger
|
|
SRCS= finger.c lprint.c net.c sprint.c util.c
|
|
|
|
.include <bsd.prog.mk>
|