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]
/
usr.bin
/
gcore
/
Makefile
blob
ad4b540f819b69f4e7b1a451a172ed624b8d8adf
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD$
3
4
PROG
=
gcore
5
SRCS
=
elfcore.c gcore.c
6
LIBADD
=
sbuf util
7
8
.if
${
MACHINE_ARCH
} ==
"amd64"
9
SRCS
+=
elf32core.c
10
.
endif
11
12
WARNS?
=
1
13
14
.
include
<
bsd.prog.mk
>