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

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

1.1     ! deraadt     1: #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
        !             2: #      $Id: Makefile,v 1.1 1994/01/06 15:57:17 cgd Exp $
        !             3:
        !             4: PROG=  pr
        !             5: SRCS=  pr.c egetopt.c
        !             6:
        !             7: .include <bsd.prog.mk>