blob: 4fcb9b7cf0f4bcefc28177be3ce05a707d702a88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $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>
|