2003-06-23 14:46:12 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# Author: Harti Brandt <harti@freebsd.org>
|
|
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../dev/fatm
|
|
|
|
|
|
|
|
KMOD= if_fatm
|
|
|
|
SRCS= if_fatm.c device_if.h bus_if.h pci_if.h opt_inet.h opt_natm.h
|
|
|
|
|
2004-02-13 10:11:01 +00:00
|
|
|
# CFLAGS+= -DFATM_DEBUG=0 -DINVARIANT_SUPPORT -DINVARIANTS
|
2003-06-23 14:46:12 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|