cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git] / sbin / ggate / Makefile
blobb4633599167113a15e94bf3d5f4fed319cdfdeb9
1 # $FreeBSD$
3 .include <src.opts.mk>
5 SUBDIR= ${_ggatec} \
6 ${_ggated} \
7 ggatel
9 .if ${MK_LIBTHR} != "no"
10 _ggatec= ggatec
11 _ggated= ggated
12 .endif
14 .include <bsd.subdir.mk>