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
/
csplit
/
Makefile
blob
38fff8c8d6ffff4e79b8dc662a2cae32c8a6e4c7
1
# $NetBSD: Makefile,v 1.3 2009/04/14 22:15:19 lukem Exp $
2
3
PROG
=
csplit
4
5
DPADD
+= ${
LIBUTIL
}
6
LDADD
+= -
lutil
7
8
.
include
<
bsd.prog.mk
>