cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git] / usr.bin / gcore / Makefile
blobad4b540f819b69f4e7b1a451a172ed624b8d8adf
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
4 PROG= gcore
5 SRCS= elfcore.c gcore.c
6 LIBADD= sbuf util
8 .if ${MACHINE_ARCH} == "amd64"
9 SRCS+= elf32core.c
10 .endif
12 WARNS?= 1
14 .include <bsd.prog.mk>