11590Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
253152Smarcel# $FreeBSD$
31590Srgrimes
41590SrgrimesPROG=	gcore
540525SjdpSRCS=	elfcore.c gcore.c
6250511SantoineDPADD=	${LIBSBUF} ${LIBUTIL}
7249687StrocinyLDADD=	-lsbuf -lutil
8103299Speter
9283909Sjhb.if ${MACHINE_ARCH} == "amd64"
10283909SjhbSRCS+=	elf32core.c
11283909Sjhb.endif
12283909Sjhb
13201386SedWARNS?=	1
14201386Sed
151590Srgrimes.include <bsd.prog.mk>
16