]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ggate/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / sbin / ggate / Makefile
1 # $FreeBSD$
2
3 SUBDIR= ${_ggatec} \
4         ${_ggated} \
5         ggatel
6
7 .if !defined(NO_LIBPTHREAD)
8 _ggatec=        ggatec
9 _ggated=        ggated
10 .endif
11
12 .include <bsd.subdir.mk>