summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2006-05-14 18:37:03 +0000
committerscottl <scottl@FreeBSD.org>2006-05-14 18:37:03 +0000
commit421d6824f796d9b6d60fad619a6eb93bac61ad8e (patch)
tree59012914b7daac4955b6c630d7d88855046e54a9 /sys/modules
parent77a8ed44c08210dc43d99a48ead8c78666fa8153 (diff)
downloadFreeBSD-src-421d6824f796d9b6d60fad619a6eb93bac61ad8e.zip
FreeBSD-src-421d6824f796d9b6d60fad619a6eb93bac61ad8e.tar.gz
Remove the lnc module Makefile.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/lnc/Makefile17
1 files changed, 0 insertions, 17 deletions
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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud