]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/size/Makefile
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / usr.bin / size / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 ELFTCDIR=       ${SRCTOP}/contrib/elftoolchain
6 SIZEDIR=        ${ELFTCDIR}/size
7
8 .PATH: ${SIZEDIR}
9
10 PROG=   size
11
12 LIBADD= elftc elf
13
14 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
15
16 .include <bsd.prog.mk>