2000-12-16 01:47:37 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/lnc
|
|
|
|
|
|
|
|
KMOD= if_lnc
|
2001-07-04 13:00:21 +00:00
|
|
|
SRCS= if_lnc.c if_lnc_pci.c
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
|
|
SRCS+= if_lnc_cbus.c
|
|
|
|
.else
|
|
|
|
SRCS+= if_lnc_isa.c
|
|
|
|
.endif
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h pci_if.h
|
|
|
|
#SRCS+= miibus_if.h
|
|
|
|
|
2004-02-13 10:11:01 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../dev/lnc
|
2000-12-16 01:47:37 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|