8 lines
150 B
Makefile
8 lines
150 B
Makefile
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||
|
# $Id: Makefile,v 1.1 1994/01/06 15:57:17 cgd Exp $
|
||
|
|
||
|
PROG= pr
|
||
|
SRCS= pr.c egetopt.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|