1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../net 4 5KMOD= wlan 6SRCS= if_ieee80211subr.c 7SRCS+= bus_if.h device_if.h opt_inet.h 8 9opt_inet.h: 10 echo "#define INET 1" > opt_inet.h 11 12.include <bsd.kmod.mk> 13
1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../net 4 5KMOD= wlan 6SRCS= if_ieee80211subr.c 7SRCS+= bus_if.h device_if.h opt_inet.h 8 9opt_inet.h: 10 echo "#define INET 1" > opt_inet.h 11 12.include <bsd.kmod.mk> 13