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