blob: a6f9f60c6dd8a57508088636bb52edcdec9a1e4f (
plain)
1
2
3
4
5
6
7
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>
|