From 421d6824f796d9b6d60fad619a6eb93bac61ad8e Mon Sep 17 00:00:00 2001 From: scottl Date: Sun, 14 May 2006 18:37:03 +0000 Subject: Remove the lnc module Makefile. --- sys/modules/lnc/Makefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sys/modules/lnc/Makefile (limited to 'sys/modules') diff --git a/sys/modules/lnc/Makefile b/sys/modules/lnc/Makefile deleted file mode 100644 index 46225c3..0000000 --- a/sys/modules/lnc/Makefile +++ /dev/null @@ -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 -- cgit v1.1