repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git]
/
sbin
/
ggate
/
Makefile
blob
b4633599167113a15e94bf3d5f4fed319cdfdeb9
1
# $FreeBSD$
2
3
.
include
<
src.opts.mk
>
4
5
SUBDIR
= ${
_ggatec
}
\
6
${
_ggated
}
\
7
ggatel
8
9
.if
${
MK_LIBTHR
} !=
"no"
10
_ggatec
=
ggatec
11
_ggated
=
ggated
12
.
endif
13
14
.
include
<
bsd.subdir.mk
>