NetBSD/usr.bin/finger/Makefile

8 lines
184 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
# $Id: Makefile,v 1.2 1993/07/31 15:23:10 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= finger
SRCS= finger.c lprint.c net.c sprint.c util.c
.include <bsd.prog.mk>