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

PROG=	gcore
SRCS=	elfcore.c gcore.c
DPADD=	${LIBUTIL}
LDADD=	-lsbuf -lutil

WARNS?=	1

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