11 lines
326 B
Makefile
11 lines
326 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/12/11 12:24:54 christos Exp $
|
|
|
|
INCSDIR= /usr/include/net80211
|
|
|
|
INCS= _ieee80211.h ieee80211.h \
|
|
ieee80211_crypto.h ieee80211_ioctl.h ieee80211_netbsd.h \
|
|
ieee80211_node.h ieee80211_proto.h ieee80211_radiotap.h \
|
|
ieee80211_rssadapt.h ieee80211_sysctl.h ieee80211_var.h
|
|
|
|
.include <bsd.kinc.mk>
|