aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linprocfs
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-08-15 13:01:36 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-08-15 13:01:36 +0000
commitadfa0adec0b5d7c19c220a85ef6ca729235ed172 (patch)
treeefa31992ab4558a6b2217d6c7a2eed0f4a547608 /sys/modules/linprocfs
parent77b959aa51ac54ac19774c3a5abe426ecb947f32 (diff)
Notes
Diffstat (limited to 'sys/modules/linprocfs')
-rw-r--r--sys/modules/linprocfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile
index 98f9fcb55c36..9b89c96aa56d 100644
--- a/sys/modules/linprocfs/Makefile
+++ b/sys/modules/linprocfs/Makefile
@@ -7,4 +7,8 @@ SRCS= vnode_if.h \
linprocfs.c \
opt_compat.h
+.if ${MACHINE_ARCH} == "amd64"
+CFLAGS+=-DCOMPAT_LINUX32
+.endif
+
.include <bsd.kmod.mk>