mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 00:21:07 +01:00
10 lines
158 B
Makefile
10 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= lib add create delete info ${_sign} version
|
|
|
|
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
|
|
_sign= sign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|