freebsd-dev/sys/modules/de/Makefile
John Baldwin fe0c8544ff Remove conditional code that has largely rotted that is also not on by
default:
- TULIP_NEED_FASTTIMEOUT - tulip_fasttimeout() wasn't called anywhere
- BIG_PACKET - only worked on i386 anyway
- TULIP_USE_SOFTINTR - doesn't compile and was never updated to handle
  new netisr registration
- non-FreeBSD code
2005-07-21 16:40:08 +00:00

17 lines
266 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
KMOD= if_de
SRCS= if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h
# Compile-time options.
# Enable debugging:
#CFLAGS+= -DTULIP_DEBUG
# Enable performance statistics:
#CFLAGS+= -DTULIP_PERFSTATS
.include <bsd.kmod.mk>