]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/elfctl/Makefile
[iscsictl] Fix compile issues that creep up with gcc-6.4
[FreeBSD/FreeBSD.git] / usr.bin / elfctl / Makefile
1 # $FreeBSD$
2
3 ELFTCDIR=       ${SRCTOP}/contrib/elftoolchain
4
5 PROG=   elfctl
6
7 LIBADD= elftc elf
8
9 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
10
11 .include <bsd.prog.mk>