Home | History | Annotate | Line # | Download | only in pr
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 
      4 PROG=	pr
      5 SRCS=	pr.c egetopt.c
      6 
      7 .include <bsd.prog.mk>
      8