1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/gcore/Makefile,v 1.6 1999/11/14 13:54:43 marcel Exp $
3 # $DragonFly: src/usr.bin/gcore/Makefile,v 1.3 2007/08/27 16:50:54 pavalos Exp $
6 SRCS
= elfcore.c gcore.c
11 .if
${MACHINE_ARCH} != "sparc"
14 SRCS
+= md-
${MACHINE_ARCH}.c
17 .
include <bsd.prog.mk
>