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

PROG=	gcore
SRCS=	gcore.c
DPADD=	${LIBKVM}
LDADD=	-lkvm

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

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