mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
-lcipher is an installable library.
This commit is contained in:
parent
68f1d5a354
commit
aa70e98b87
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87444
@ -5,13 +5,3 @@ BINDIR?= /bin
|
||||
CFLAGS+= -Wall -Wformat
|
||||
NOSHARED?= YES
|
||||
WARNS?= 2
|
||||
|
||||
.if exists (${.CURDIR}/../../secure)
|
||||
|
||||
.if exists(${.CURDIR}/../../secure/lib/libcipher/obj)
|
||||
CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher/obj
|
||||
.else
|
||||
CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher
|
||||
.endif
|
||||
|
||||
.endif
|
||||
|
@ -8,8 +8,8 @@ MLINKS= ed.1 red.1
|
||||
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
|
||||
DISTRIBUTION=crypto
|
||||
CFLAGS+=-DDES
|
||||
LDADD+= -L${CIPHEROBJDIR} -lcipher
|
||||
DPADD+= ${CIPHEROBJDIR}/libcipher.a
|
||||
DPADD= ${LIBCIPHER}
|
||||
LDADD= -lcipher
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user