blob: e36918750ecc6a4b2d43b9e97a0353ea7f6e4ee4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.4 2011/08/16 12:05:52 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= pr
SRCS= pr.c egetopt.c
DPADD+= ${LIBUTIL}
LDADD+= -lutil
COPTS.pr.c += -Wno-format-nonliteral
.include <bsd.prog.mk>
|