Home | History | Annotate | Line # | Download | only in net80211
      1 #	$NetBSD: Makefile,v 1.5 2005/12/11 12:24:54 christos Exp $
      2 
      3 INCSDIR= /usr/include/net80211
      4 
      5 INCS=	_ieee80211.h ieee80211.h \
      6 	ieee80211_crypto.h ieee80211_ioctl.h ieee80211_netbsd.h \
      7 	ieee80211_node.h ieee80211_proto.h ieee80211_radiotap.h \
      8 	ieee80211_rssadapt.h ieee80211_sysctl.h ieee80211_var.h
      9 
     10 .include <bsd.kinc.mk>
     11