mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
c6063d0da8
from the latter.
15 lines
171 B
Makefile
15 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= ${_ggatec} \
|
|
${_ggated} \
|
|
ggatel
|
|
|
|
.if ${MK_LIBTHR} != "no"
|
|
_ggatec= ggatec
|
|
_ggated= ggated
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|