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]
/
minix
/
commands
/
Makefile.inc
blob
77d183c22fba124f4400ca2d9e7910bfbbb86f8a
1
# Only include Minix-specific libraries when compiling
2
# for non-Minix, i.e. not natively in a crossbuild.
3
.if !defined(HOSTPROGNAME)
4
LDADD+= -lasyn -lterminfo
5
.endif
6
7
BINDIR?=/usr/bin
8
9
.include "../Makefile.inc"