diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2002-01-08 20:03:13 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2002-01-08 20:03:13 +0000 |
| commit | eda6ecb22ae180c80e349f090a111a7edc8f8c01 (patch) | |
| tree | bb285377f57f0c2656c28eaca30fbc3434b7cb8a /sys/modules/cm | |
| parent | b8f52f738a2fc5a6d83ea62d915c4889c7ae5ba2 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cm')
| -rw-r--r-- | sys/modules/cm/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/cm/Makefile b/sys/modules/cm/Makefile new file mode 100644 index 0000000000000..3f2067b469853 --- /dev/null +++ b/sys/modules/cm/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/cm + +KMOD= if_cm +SRCS= smc90cx6.c if_cm_isa.c + +SRCS+= bus_if.h device_if.h isa_if.h + +.include <bsd.kmod.mk> |
