]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/wtap/wtap/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.git] / tools / tools / wtap / wtap / Makefile
1 # $FreeBSD$
2
3 BINDIR?=        /usr/local/bin
4 PROG=   wtap
5 SRC=    wtap.c
6 MAN=
7
8 CFLAGS+=        -I${.CURDIR}/../../../../sys/dev/wtap/
9
10 .include <bsd.prog.mk>