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