NetBSD/sys/net80211/Makefile
dyoung 9063402978 Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
from FreeBSD.  Introduce compatibility shims (sys/dev/ic/ath_netbsd.[ch],
sys/net80211/ieee80211_netbsd.[ch]).  Update drivers (an, atu, atw,
awi, ipw, iwi, rtw, wi) for the new net80211(9) API.
2005-06-22 06:14:51 +00:00

11 lines
324 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/06/22 06:16:02 dyoung 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>