]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ggate/Makefile
This commit was generated by cvs2svn to compensate for changes in r161651,
[FreeBSD/FreeBSD.git] / sbin / ggate / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= ${_ggatec} \
6         ${_ggated} \
7         ggatel
8
9 .if ${MACHINE_ARCH} == "sparc64"
10 .if ${MK_LIBTHR} != "no"
11 _ggatec=        ggatec
12 _ggated=        ggated
13 .endif
14 .elif ${MK_LIBPTHREAD} != "no"
15 _ggatec=        ggatec
16 _ggated=        ggated
17 .endif
18
19 .include <bsd.subdir.mk>