1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/sbin/ggate/Makefile
2014-05-06 04:22:01 +00:00

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>