]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/wtap/wtap/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / tools / wtap / wtap / Makefile
1 # $FreeBSD$
2
3 BINDIR?=        /usr/local/bin
4 PROG=   wtap
5 SRC=    wtap.c
6 NO_MAN= 1
7
8 CFLAGS+=        -I${.CURDIR}/../../../../sys/dev/wtap/
9
10 .include <bsd.prog.mk>