aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/elfctl/Makefile
blob: 57d95899ac97478ac28cd0d9e5f6c36da73f7db0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

ELFTCDIR=	${SRCTOP}/contrib/elftoolchain

PROG=	elfctl

LIBADD=	elftc elf

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

.include <bsd.prog.mk>