1#	$NetBSD: Makefile,v 1.3 2007/10/14 11:21:32 lukem Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	pr
5SRCS=	pr.c egetopt.c
6
7DPADD+=	${LIBUTIL}
8LDADD+=	-lutil
9
10COPTS.pr.c += -Wno-format-nonliteral
11
12.include <bsd.prog.mk>
13