]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/lnc/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / sys / modules / lnc / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/lnc
4
5 KMOD=   if_lnc
6 SRCS=   if_lnc.c if_lnc_pci.c
7 .if ${MACHINE} == "pc98"
8 SRCS+=  if_lnc_cbus.c
9 .else
10 SRCS+=  if_lnc_isa.c
11 .endif
12 SRCS+=  opt_inet.h device_if.h bus_if.h isa_if.h pci_if.h
13 #SRCS+= miibus_if.h
14
15 CFLAGS+= -I${.CURDIR}/../../dev/lnc
16
17 .include <bsd.kmod.mk>