Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / tools / tools / net80211 / wlanstats / Makefile
1 # $FreeBSD: src/tools/tools/net80211/wlanstats/Makefile,v 1.3 2006/08/10 18:59:49 sam Exp $
2
3 PROG=   wlanstats
4 BINDIR= /usr/local/bin
5 NOMAN=
6
7 SRCS=   statfoo.c wlanstats.c main.c
8
9 .include <bsd.prog.mk>