]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/elfctl/Makefile
Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reversal.
[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>