summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore/Makefile
blob: ff0e7bbf2bd484db30d3c7d66a7cb9922aa33acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	gcore
SRCS=	elfcore.c gcore.c

.if ${MACHINE_ARCH} == i386
SRCS+=	aoutcore.c
DPADD=	${LIBKVM}
LDADD=	-lkvm
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud