mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
a5de1230a9
Reported by: Alexander Polakov
15 lines
180 B
Makefile
15 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= concat
|
|
.if !defined(NO_CRYPT)
|
|
SUBDIR+=eli
|
|
.endif
|
|
SUBDIR+=label
|
|
SUBDIR+=mirror
|
|
SUBDIR+=nop
|
|
SUBDIR+=raid3
|
|
SUBDIR+=shsec
|
|
SUBDIR+=stripe
|
|
|
|
.include <bsd.subdir.mk>
|