mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 01:55:19 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
17 lines
249 B
Makefile
17 lines
249 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR=
|
|
.if ${MK_OPENSSL} != "no"
|
|
SUBDIR+=openssl
|
|
.if ${MK_OPENSSH} != "no"
|
|
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
|
|
.endif
|
|
.endif
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|