Deleted Added
full compact
Makefile (150636) Makefile (156033)
1# $FreeBSD: head/sys/modules/de/Makefile 150636 2005-09-27 18:10:43Z mlaier $
1# $FreeBSD: head/sys/modules/de/Makefile 156033 2006-02-26 17:51:22Z imp $
2
2
3.PATH: ${.CURDIR}/../../pci
3.PATH: ${.CURDIR}/../../dev/de
4
5KMOD= if_de
6SRCS= 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>
4
5KMOD= if_de
6SRCS= 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>