]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/de/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / de / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/de
4
5 KMOD=   if_de
6 SRCS=   if_de.c opt_ddb.h device_if.h bus_if.h pci_if.h
7
8 # Compile-time options.
9
10 #  Enable debugging:
11 #CFLAGS+=       -DTULIP_DEBUG
12
13 #  Enable performance statistics:
14 #CFLAGS+=       -DTULIP_PERFSTATS
15
16 .include <bsd.kmod.mk>