summaryrefslogtreecommitdiff
path: root/usr.bin/elfctl/Makefile
blob: 82d5f3e7c4fb1083373f2905a00f81a34a8f2146 (plain)
1
2
3
4
5
6
7
8
9
ELFTCDIR=	${SRCTOP}/contrib/elftoolchain

PROG=	elfctl

LIBADD=	elftc elf

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

.include <bsd.prog.mk>