8 lines
183 B
Makefile
8 lines
183 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/10/19 08:13:23 mrg Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= finger
|
|
SRCS= finger.c lprint.c net.c sprint.c util.c
|
|
|
|
.include <bsd.prog.mk>
|