Makefile revision 1.1
11.1Sdyoung# $NetBSD: Makefile,v 1.1 2003/10/13 04:29:31 dyoung Exp $ 21.1Sdyoung 31.1SdyoungINCSDIR= /usr/include/net80211 41.1Sdyoung 51.1SdyoungINCS= ieee80211.h ieee80211_compat.h ieee80211_crypto.h ieee80211_ioctl.h \ 61.1Sdyoung ieee80211_node.h ieee80211_proto.h ieee80211_radiotap.h ieee80211_var.h 71.1Sdyoung 81.1Sdyoung.include <bsd.kinc.mk> 9