diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2004-04-22 02:22:18 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2004-04-22 02:22:18 +0000 |
| commit | 28aee9f11e49530ecc3f74d728ca96d81d6b6867 (patch) | |
| tree | 3df209c4ce880919bb57a274164fd91ef519ad78 /sys/modules | |
| parent | d9b6df606a525df742c929050587a5fbffa9f04e (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/asr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/asr/Makefile b/sys/modules/asr/Makefile index 399ef3ec97339..69a640976bab7 100644 --- a/sys/modules/asr/Makefile +++ b/sys/modules/asr/Makefile @@ -4,7 +4,7 @@ KMOD= asr SRCS= asr.c -SRCS+= opt_scsi.h opt_cam.h opt_asr.h +SRCS+= opt_scsi.h opt_cam.h SRCS+= device_if.h bus_if.h pci_if.h .if ${MACHINE_ARCH} == "alpha" |
