mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
171 B
Makefile
10 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= lib add create delete info version
|
|
|
|
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
|
DISTRIBUTION= crypto
|
|
SUBDIR+= sign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|