xref: /original-bsd/usr.bin/pr/Makefile (revision 05990f4a)
1#       Copyright (c) 1991 Keith Muller.
2#       Copyright (c) 1991 The Regents of the University of California.
3#       All rights reserved.
4#
5#       This code is derived from software contributed to Berkeley by
6#       Keith Muller of the University of California, San Diego.
7#
8#	@(#)Makefile	5.1 (Berkeley) 04/30/93
9#
10#	Makefile for pr
11
12PROG=	pr
13SRCS=	pr.c egetopt.c
14
15.include <bsd.prog.mk>
16