Importing usr.bin/pr

Replaces commands/pr. No Minix-specific changes needed.

Change-Id: I3c4c03b38fc8c654e7c54c3a8af0e07a0dfc9f67
This commit is contained in:
Thomas Cort
2013-10-24 12:39:25 -04:00
parent f0f2dcddaa
commit 6ea7f916db
13 changed files with 2614 additions and 568 deletions

12
usr.bin/pr/Makefile Normal file
View File

@@ -0,0 +1,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>