blob: 138e1c9949c3bd2a1f542f128a86b3b1ab7299e7 (
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>
|