diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-08-15 13:01:36 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-08-15 13:01:36 +0000 |
| commit | adfa0adec0b5d7c19c220a85ef6ca729235ed172 (patch) | |
| tree | efa31992ab4558a6b2217d6c7a2eed0f4a547608 /sys/modules/linsysfs | |
| parent | 77b959aa51ac54ac19774c3a5abe426ecb947f32 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linsysfs')
| -rw-r--r-- | sys/modules/linsysfs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/linsysfs/Makefile b/sys/modules/linsysfs/Makefile index 084b82833c2e..1320212004ff 100644 --- a/sys/modules/linsysfs/Makefile +++ b/sys/modules/linsysfs/Makefile @@ -8,4 +8,8 @@ SRCS= vnode_if.h \ linsysfs.c \ opt_compat.h +.if ${MACHINE_ARCH} == "amd64" +CFLAGS+=-DCOMPAT_LINUX32 +.endif + .include <bsd.kmod.mk> |
