diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-03-03 21:37:38 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-03-03 21:37:38 +0000 |
| commit | 375ce6798ff677713636505c46fd0dba827341fd (patch) | |
| tree | b7e59bc8adbf6c361ddff54ef270aeb9ea0797a1 /sys/modules/3dfx_linux | |
| parent | 98213e5c702ba984ae9ac160afb7257bbc944092 (diff) | |
Notes
Diffstat (limited to 'sys/modules/3dfx_linux')
| -rw-r--r-- | sys/modules/3dfx_linux/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/3dfx_linux/Makefile b/sys/modules/3dfx_linux/Makefile new file mode 100644 index 000000000000..8376037c954b --- /dev/null +++ b/sys/modules/3dfx_linux/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/tdfx + +KMOD= 3dfx_linux +SRCS= tdfx_linux.c + +.include <bsd.kmod.mk> |
