Initial import from FreeBSD RELENG_4:
[games.git] / sys / net / vlan / Makefile
1 # $FreeBSD: src/sys/modules/if_vlan/Makefile,v 1.1.2.1 2001/12/04 20:09:32 brooks Exp $
2
3 .PATH: ${.CURDIR}/../../net
4
5 KMOD=   if_vlan
6 SRCS=   if_vlan.c opt_inet.h
7 CFLAGS+= -DNVLAN=0
8 NOMAN=
9
10 opt_inet.h:
11         echo "#define INET 1" > ${.TARGET}
12
13 .include <bsd.kmod.mk>