Remove the lnc module Makefile.

This commit is contained in:
Scott Long 2006-05-14 18:37:03 +00:00
parent 508c6d349a
commit 5586749ac8

View File

@ -1,17 +0,0 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/lnc
KMOD= if_lnc
SRCS= if_lnc.c if_lnc_pci.c
.if ${MACHINE} == "pc98"
SRCS+= if_lnc_cbus.c
.else
SRCS+= if_lnc_isa.c
.endif
SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h pci_if.h
#SRCS+= miibus_if.h
CFLAGS+= -I${.CURDIR}/../../dev/lnc
.include <bsd.kmod.mk>