Mikolaj Golub 7fe6d16ef9 Sync gcore(1) with the recent changes in kernel code aimed at adding
procstat notes to a process core file.

Suggested by:	jhb
MFC after:	1 month
2013-04-20 08:23:19 +00:00

12 lines
160 B
Makefile

# @(#)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>