]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/en/Makefile
This commit was generated by cvs2svn to compensate for changes in r147824,
[FreeBSD/FreeBSD.git] / sys / modules / en / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/en
4
5 KMOD=   if_en
6 SRCS=   if_en_pci.c midway.c device_if.h bus_if.h pci_if.h
7 SRCS+=  opt_inet.h opt_natm.h opt_ddb.h
8 CFLAGS+= -DENABLE_BPF
9 # CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS -DEN_DEBUG=0
10
11 opt_inet.h:
12         echo "#define INET 1" > ${.TARGET}
13
14 opt_natm.h:
15         echo "#define NATM 1" > ${.TARGET}
16
17 # opt_ddb.h:
18 #       echo "#define DDB 1" > ${.TARGET}
19
20 .include <bsd.kmod.mk>