]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/wtap/wtap/Makefile
MFV r322217: 8418 zfs_prop_get_table() call in zfs_validate_name() is a no-op
[FreeBSD/FreeBSD.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>