1999-11-26 20:31:58 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2002-05-08 18:44:24 +00:00
|
|
|
SUBDIR= lib add create delete info version
|
1993-08-26 01:19:55 +00:00
|
|
|
|
2001-08-02 18:21:48 +00:00
|
|
|
.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
2001-07-20 06:20:32 +00:00
|
|
|
DISTRIBUTION= crypto
|
|
|
|
SUBDIR+= sign
|
2001-03-05 04:42:37 +00:00
|
|
|
.endif
|
|
|
|
|
1993-08-26 01:19:55 +00:00
|
|
|
.include <bsd.subdir.mk>
|