[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / finger

Annotation of src/usr.bin/finger/Makefile, Revision 1.1

1.1     ! deraadt     1: #      from: @(#)Makefile      5.3 (Berkeley) 5/11/90
        !             2: #      $Id: Makefile,v 1.2 1993/07/31 15:23:10 mycroft Exp $
        !             3:
        !             4: PROG=  finger
        !             5: SRCS=  finger.c lprint.c net.c sprint.c util.c
        !             6:
        !             7: .include <bsd.prog.mk>