ea0cdbc8ac
MFC after: 1 month
11 lines
213 B
Makefile
11 lines
213 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= lib add create delete info update version
|
|
|
|
.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
|
DISTRIBUTION= crypto
|
|
SUBDIR+= sign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|