Makefile (152f2a4a96fd82ea013f6602e97ce3c2f0f46d08) | Makefile (65c045e96459361250134c2264b8d72c34266641) |
---|---|
1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= ${_ggatec} \ 6 ${_ggated} \ 7 ggatel 8 | 1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= ${_ggatec} \ 6 ${_ggated} \ 7 ggatel 8 |
9.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no" | 9.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no") |
10_ggatec= ggatec 11_ggated= ggated 12.endif 13 14.include <bsd.subdir.mk> | 10_ggatec= ggatec 11_ggated= ggated 12.endif 13 14.include <bsd.subdir.mk> |