repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
usr.bin
/
pr
/
Makefile
blob
e36918750ecc6a4b2d43b9e97a0353ea7f6e4ee4
1
# $NetBSD: Makefile,v 1.4 2011/08/16 12:05:52 christos Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
pr
5
SRCS
=
pr.c egetopt.c
6
7
DPADD
+= ${
LIBUTIL
}
8
LDADD
+= -
lutil
9
10
COPTS.pr.c
+= -
Wno-format-nonliteral
11
12
.
include
<
bsd.prog.mk
>