mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
11 lines
193 B
Makefile
11 lines
193 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= lib add create delete info version
|
|
|
|
.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)
|
|
DISTRIBUTION= crypto
|
|
SUBDIR+= sign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|