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

PROG=	gcore
SRCS=	elfcore.c gcore.c
CFLAGS+=-Wall
DPADD=	${LIBKVM}
LDADD=	-lkvm

.if	${MACHINE} != "sparc"
SRCS+=	md-nop.c
.else
SRCS+=	md-${MACHINDE}.c
.endif

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