2000-12-16 01:47:37 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/lnc
|
|
|
|
|
|
|
|
KMOD= if_lnc
|
|
|
|
SRCS= if_lnc.c if_lnc_pci.c if_lnc_isa.c if_lnc_pc98.c
|
|
|
|
SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h pci_if.h
|
|
|
|
#SRCS+= miibus_if.h
|
|
|
|
|
|
|
|
CFLAGS+= -g -I${.CURDIR}/../../dev/lnc
|
2000-12-16 01:47:37 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|