Makefile revision 109320
1# $FreeBSD: head/sys/modules/wlan/Makefile 109320 2003-01-15 20:05:52Z sam $
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