diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-09-04 03:32:15 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-09-04 03:32:15 +0000 |
| commit | 9f4693dbb46241a0bc1df30f6107268765249c9b (patch) | |
| tree | 7b6039c4c856c9b2aa436e99eda4b0a1b7cd595a /sys/modules | |
| parent | ef0cd312df6002624e556e04dd97a0135be888b8 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/cs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cs/Makefile b/sys/modules/cs/Makefile index 49f7e1169568..39da53044b3f 100644 --- a/sys/modules/cs/Makefile +++ b/sys/modules/cs/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/cs KMOD= if_cs -SRCS= if_cs.c if_cs_pccard.c if_cs_isa.c +SRCS= if_cs.c if_cs_isa.c if_cs_pccard.c SRCS+= bus_if.h card_if.h device_if.h isa_if.h pccarddevs.h .include <bsd.kmod.mk> |
