1999-11-26 20:31:58 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2004-01-17 13:41:16 +00:00
|
|
|
SUBDIR= lib add create delete info ${_sign} version
|
1993-08-26 01:19:55 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OPENSSL} != "no"
|
2004-01-17 13:41:16 +00:00
|
|
|
_sign= sign
|
2001-03-05 04:42:37 +00:00
|
|
|
.endif
|
|
|
|
|
1993-08-26 01:19:55 +00:00
|
|
|
.include <bsd.subdir.mk>
|