Deleted Added
full compact
Makefile (89260) Makefile (151350)
1# $FreeBSD: head/sys/modules/if_vlan/Makefile 89260 2002-01-11 15:49:02Z ru $
1# $FreeBSD: head/sys/modules/if_vlan/Makefile 151350 2005-10-14 23:30:17Z yar $
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD= if_vlan
6SRCS= if_vlan.c opt_inet.h
7
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD= if_vlan
6SRCS= if_vlan.c opt_inet.h
7
8.if !defined(KERNBUILDDIR)
8opt_inet.h:
9 echo "#define INET 1" > ${.TARGET}
9opt_inet.h:
10 echo "#define INET 1" > ${.TARGET}
11.endif
10
11.include <bsd.kmod.mk>
12
13.include <bsd.kmod.mk>