mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
dbdb679c6f
build libkse. This should fix WITHOUT_LIBTHR builds as a side effect.
15 lines
170 B
Makefile
15 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= ${_ggatec} \
|
|
${_ggated} \
|
|
ggatel
|
|
|
|
.if ${MK_LIBTHR} != "no"
|
|
_ggatec= ggatec
|
|
_ggated= ggated
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|