mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
9 lines
116 B
Makefile
9 lines
116 B
Makefile
|
|
SUBDIR=libxx libyy ttls1 ttls2 ttls4
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR+=ttls3
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|