1f2cef4790
the make.conf(5) manpage. PR: conf/65738 OK'ed by: markm
18 lines
312 B
Makefile
18 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
DISTRIBUTION?=crypto
|
|
|
|
.if exists(${.CURDIR}/../../lib/libcrypt/obj)
|
|
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
|
|
.else
|
|
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
|
|
.endif
|
|
|
|
.if !defined(MAKE_IDEA)
|
|
CFLAGS+= -DNO_IDEA
|
|
.endif
|
|
|
|
.if !defined(NO_OPENSSH)
|
|
SSHDIR= ${.CURDIR}/../../../crypto/openssh
|
|
.endif
|