aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/elfctl/Makefile
blob: 8b02ac727448d3fe8f1b4b4dfc734df20ed2a940 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

ELFTCDIR=	${SRCTOP}/contrib/elftoolchain

PROG=	elfctl

LIBADD=	elftc elf

CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common

.include <bsd.prog.mk>