diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-10-14 23:30:17 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-10-14 23:30:17 +0000 |
| commit | 822923447e454b30d310cb46903c9ddeca9f0a7a (patch) | |
| tree | 40653d874a438a3202bb62dd66566bfd5b1386c1 /sys/modules/3dfx | |
| parent | 10d645b7e5a073fc2d4c2bd7472966b4381caf7c (diff) | |
Notes
Diffstat (limited to 'sys/modules/3dfx')
| -rw-r--r-- | sys/modules/3dfx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile index fd0d010ed994..208e9a7cd105 100644 --- a/sys/modules/3dfx/Makefile +++ b/sys/modules/3dfx/Makefile @@ -18,7 +18,9 @@ TDFX_OPTS= "\#define TDFX_LINUX" # Uncomment this for debugging messages #CFLAGS+= -DDEBUG +.if !defined(KERNBUILDDIR) opt_tdfx.h: echo $(TDFX_OPTS) > opt_tdfx.h +.endif .include <bsd.kmod.mk> |
