summaryrefslogtreecommitdiffstats
path: root/sys/modules/sr
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2001-01-30 10:20:43 +0000
committerjhay <jhay@FreeBSD.org>2001-01-30 10:20:43 +0000
commitd2d8355cd9b65f11f74a20927f62b58cc0d019f3 (patch)
tree9275c1d0d223d6fa03edc8b2017a0a1c67dd90d3 /sys/modules/sr
parent8a594fc12fb5af6f5b5a098a493027be150ae5b5 (diff)
downloadFreeBSD-src-d2d8355cd9b65f11f74a20927f62b58cc0d019f3.zip
FreeBSD-src-d2d8355cd9b65f11f74a20927f62b58cc0d019f3.tar.gz
Make klds for the ar and sr devices and hook them up.
The normal versions are called if_ar.ko and if_sr.ko and the netgraph versions ng_sync_ar.ko and ng_sync_sr.ko.
Diffstat (limited to 'sys/modules/sr')
-rw-r--r--sys/modules/sr/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/sr/Makefile b/sys/modules/sr/Makefile
new file mode 100644
index 0000000..243ff9d
--- /dev/null
+++ b/sys/modules/sr/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/sr
+KMOD = if_sr
+SRCS = if_sr.c if_sr_isa.c if_sr_pci.c
+SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
+
+opt_netgraph.h:
+ touch opt_netgraph.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud