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]
/
lib
/
lua
/
Makefile
blob
381b808966cd2a6c839ae3be075df9c4d94c369a
1
# $NetBSD: Makefile,v 1.6 2013/11/13 09:49:08 mbalmer Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.if
${
MKPIC
} !=
"no"
6
# No support for shared libraries and pic code.
7
SUBDIR
+=
gpio sqlite syslog
8
.
endif
9
10
.
include
<
bsd.subdir.mk
>