]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/controlelf/Makefile
Add tool to modify ELF binary feature control bits
[FreeBSD/FreeBSD.git] / tools / tools / controlelf / Makefile
1 # $FreeBSD$
2
3 ELFTCDIR=       ${SRCTOP}/contrib/elftoolchain
4
5 PROG=   controlelf
6 SRCS=   controlelf.c
7
8 LIBADD= elftc elf
9
10 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
11
12 WARNS?= 6
13
14 .include <bsd.prog.mk>