Build secure libcrypt if available and allowed
This commit is contained in:
parent
f5ccd6dcbc
commit
0e821ab0d2
@ -10,11 +10,17 @@ SUBDIR=csu/${MACHINE}
|
||||
.endif
|
||||
|
||||
# XXX MISSING: libmp libplot
|
||||
SUBDIR+= libc libcompat libcom_err libcrypt libcurses libedit \
|
||||
SUBDIR+= libc libcompat libcom_err libcurses libedit \
|
||||
libf2c libforms \
|
||||
libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \
|
||||
libscsi libskey libss libtermcap libutil liby
|
||||
|
||||
.if !exists(../secure) || defined(NOSECURE) || defined(NOCRYPT)
|
||||
SUBDIR+= libcrypt
|
||||
.else
|
||||
SUBDIR+= ../secure/lib/libcrypt
|
||||
.endif
|
||||
|
||||
.if !exists(../secure) || defined(NOSECURE)
|
||||
SUBDIR+= libtelnet
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user