summaryrefslogtreecommitdiffstats
path: root/sys/modules/ar/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-04-16 11:09:13 +0000
committerrwatson <rwatson@FreeBSD.org>2009-04-16 11:09:13 +0000
commit3038eb8f40a63e7a105abc4722c25f98485bca00 (patch)
treedb966c0fb54e6065c83a6bde2485ca6f92e9095a /sys/modules/ar/Makefile
parent915dee68f2d5bf06d202e877f12f1821e2ba4105 (diff)
downloadFreeBSD-src-3038eb8f40a63e7a105abc4722c25f98485bca00.zip
FreeBSD-src-3038eb8f40a63e7a105abc4722c25f98485bca00.tar.gz
Garbage collect unbuildable and unusable non-MPSAFE network device
drivers that depended on the historic IFF_NEEDSGIANT compatibility mechanism: ar(4) ray(4) sr(4) Discussed on: arch@
Diffstat (limited to 'sys/modules/ar/Makefile')
-rw-r--r--sys/modules/ar/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/modules/ar/Makefile b/sys/modules/ar/Makefile
deleted file mode 100644
index 9350ac0..0000000
--- a/sys/modules/ar/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/ar
-KMOD = if_ar
-SRCS = if_ar.c if_ar_isa.c if_ar_pci.c
-SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
-
-.if !defined(KERNBUILDDIR)
-NETGRAPH?= 0
-
-.if ${NETGRAPH} != 0
-opt_netgraph.h:
- echo "#define NETGRAPH ${NETGRAPH}" > ${.TARGET}
-.endif
-.endif
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud