mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
15 lines
194 B
Makefile
15 lines
194 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR=
|
|
.if ${MK_OPENSSL} != "no"
|
|
SUBDIR+=libcrypto libssl
|
|
.if ${MK_OPENSSH} != "no"
|
|
SUBDIR+=libssh
|
|
.endif
|
|
.endif
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.subdir.mk>
|