repo.or.cz
/
minix.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
[minix.git]
/
usr.bin
/
seq
/
Makefile
blob
575abad5826848e547a7d088f69810d772434237
1
# $NetBSD: Makefile,v 1.4 2011/08/17 13:19:09 christos Exp $
2
3
PROG
=
seq
4
DPADD
= ${
LIBMATH
}
5
LDADD
= -
lm
6
7
COPTS.seq.c
+= -
Wno-format-nonliteral
8
9
.
include
<
bsd.prog.mk
>