1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD$ 3 4LDADD+= -lutil 5PROG= gcore 6SRCS= elfcore.c gcore.c 7 8WARNS?= 1 9 10.include <bsd.prog.mk> 11