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
/
jot
/
Makefile
blob
2c574975a31aab91ea28cb1ffbce15cc4d658cfc
1
# $NetBSD: Makefile,v 1.6 2011/08/16 10:37:21 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
jot
5
DPADD
= ${
LIBMATH
}
6
LDADD
= -
lm
7
8
COPTS.jot.c
+= -
Wno-format-nonliteral
9
10
.
include
<
bsd.prog.mk
>