diff options
| author | John Hay <jhay@FreeBSD.org> | 2001-04-16 13:20:39 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 2001-04-16 13:20:39 +0000 |
| commit | 0d1b4aef96cd881d900f77f87d4f3ee11b4ae8b0 (patch) | |
| tree | f5650b8299418b9f05f9d5cf2557c84dba8439bb /sys/modules/netgraph/sync_ar | |
| parent | 24dbea46a908f4337f9a45b2adeee1a086fc2ac3 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph/sync_ar')
| -rw-r--r-- | sys/modules/netgraph/sync_ar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/sync_ar/Makefile b/sys/modules/netgraph/sync_ar/Makefile index 9e5afd57f8b5..bc51040f0d15 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: |
