aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/gcore.tproj/Makefile
blob: 78b3db6efddc6ba9bdddaa65a7b8e9b132b42b08 (plain) (blame)
1
2
3
4
5
6
7
8
9
PROG=	gcore
MAN=	gcore-internal.1 gcore.1
SRCS=	convert.c corefile.c dyld_shared_cache.c \
	dyld.c main.c sparse.c threads.c utils.c \
	vanilla.c vm.c

LDADD+=-lutil -lcompression

.include <bsd.prog.mk>