Merge from vendor branch INTEL_ACPICA:
[dragonfly.git] / sys / net / bridge / Makefile
1 # $DragonFly: src/sys/net/bridge/Makefile,v 1.4 2005/12/21 16:40:25 corecode Exp $
2 #
3
4 KMOD=   if_bridge
5 SRCS=   if_bridge.c bridgestp.c
6 SRCS+=  opt_inet.h opt_inet6.h
7 NOMAN=
8
9 .if !defined(BUILDING_WITH_KERNEL)
10 opt_inet.h:
11         echo "#define INET 1" > ${.TARGET}
12
13 opt_inet6.h:
14         echo "#define INET6 1" > ${.TARGET}
15 .endif
16
17 .include <bsd.kmod.mk>