Install header files for the new 802.11 layer.

This commit is contained in:
dyoung 2003-10-13 04:29:31 +00:00
parent 8a3890c655
commit 762441ba29

8
sys/net80211/Makefile Normal file
View File

@ -0,0 +1,8 @@
# $NetBSD: Makefile,v 1.1 2003/10/13 04:29:31 dyoung Exp $
INCSDIR= /usr/include/net80211
INCS= ieee80211.h ieee80211_compat.h ieee80211_crypto.h ieee80211_ioctl.h \
ieee80211_node.h ieee80211_proto.h ieee80211_radiotap.h ieee80211_var.h
.include <bsd.kinc.mk>