diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-24 05:42:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-24 05:42:49 +0000 |
| commit | 53e655ce376ea7484d444ed3fbc5db418427a3de (patch) | |
| tree | 0926cbbc0bb06416f61755faa574441680c5a292 /sys/modules | |
| parent | 76387a8ff1110cdfea778c59c66c641d8d08f207 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/owi/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/owi/Makefile b/sys/modules/owi/Makefile new file mode 100644 index 000000000000..3ffb1b0bd073 --- /dev/null +++ b/sys/modules/owi/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/owi + +KMOD= if_owi +SRCS= opt_wi.h if_owi.c if_owi_pccard.c \ + card_if.h device_if.h bus_if.h pci_if.h + +opt_wi.h: + touch ${.TARGET} + +.include <bsd.kmod.mk> |
