mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
056e5d6786
Prodded-by: kkenn, this time.
10 lines
134 B
Makefile
10 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR=lib add create delete info update version
|
|
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=sign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|