summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2001-04-16 13:20:39 +0000
committerjhay <jhay@FreeBSD.org>2001-04-16 13:20:39 +0000
commit77dc35d52e1528bd0b45ce60656cdd7d613cbc36 (patch)
tree8f7b5d106988d149d40aa8275cfa850aa2a19bf8 /sys/modules/netgraph
parent0bd9e525aaee3759c41578f9a55d63d3d22ec635 (diff)
downloadFreeBSD-src-77dc35d52e1528bd0b45ce60656cdd7d613cbc36.zip
FreeBSD-src-77dc35d52e1528bd0b45ce60656cdd7d613cbc36.tar.gz
Move the isa parts to a separate file.
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/sync_ar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/sync_ar/Makefile b/sys/modules/netgraph/sync_ar/Makefile
index 9e5afd5..bc51040 100644
--- a/sys/modules/netgraph/sync_ar/Makefile
+++ b/sys/modules/netgraph/sync_ar/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../../dev/ar
KMOD = ng_sync_ar
-SRCS = if_ar.c if_ar_pci.c
+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
opt_netgraph.h:
OpenPOWER on IntegriCloud