8 lines
154 B
Makefile
8 lines
154 B
Makefile
# $NetBSD: Makefile,v 1.2 1997/01/09 15:01:32 tls Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= pr
|
|
SRCS= pr.c egetopt.c
|
|
|
|
.include <bsd.prog.mk>
|