1999-11-26 20:31:58 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-12-28 18:47:23 +00:00
|
|
|
SUBDIR=lib add create delete info update version
|
1993-08-26 01:19:55 +00:00
|
|
|
|
2001-04-24 08:59:40 +00:00
|
|
|
.if exists(../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
|
|
|
DISTRIBUTION=crypto
|
2001-03-05 04:42:37 +00:00
|
|
|
SUBDIR+=sign
|
|
|
|
.endif
|
|
|
|
|
1993-08-26 01:19:55 +00:00
|
|
|
.include <bsd.subdir.mk>
|