diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-06-18 05:08:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-06-18 05:08:57 +0000 |
| commit | 660e6453d4a75db17ddd26dd934fcba959246850 (patch) | |
| tree | 8b32255f4fc7c8f8ee941360322d421476962f07 | |
| parent | 24e83068e703782f3ddb2a03913ee1f064d98218 (diff) | |
Notes
| -rw-r--r-- | sys/modules/oldcard/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile new file mode 100644 index 000000000000..a4e40a161392 --- /dev/null +++ b/sys/modules/oldcard/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../pccard +KMOD= oldcard +SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c \ + opt_pcic.h opt_compat_oldisa.h \ + device_if.h bus_if.h isa_if.h \ + power_if.h card_if.h power_if.c card_if.c +NOMAN= + +opt_pcic.h: + touch $@ + +opt_compat_oldisa.h: + touch $@ + +.include <bsd.kmod.mk> |
