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]
/
lib
/
csu
/
Makefile
blob
5f1cddcde662132ad6fc99c09e176b2f121fc832
1
# $FreeBSD$
2
3
.if exists
(${
.CURDIR
}/${
MACHINE_ARCH
})
4
SUBDIR
+= ${
MACHINE_ARCH
}
5
.
else
6
SUBDIR
+= ${
MACHINE_CPUARCH
}
7
.
endif
8
9
.
include
<
bsd.subdir.mk
>