]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/tools/net80211/wesside/udps/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / tools / net80211 / wesside / udps / Makefile
1 # $FreeBSD$
2
3 PROG=   udps
4 BINDIR= /usr/local/bin
5 DPADD=  ${LIBZ}
6 LDADD=  -lz
7 CFLAGS=-g
8 NO_MAN=
9
10 .include <bsd.prog.mk>