summaryrefslogtreecommitdiff
path: root/sys/compat/common/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/common/Makefile.inc')
-rw-r--r--sys/compat/common/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/common/Makefile.inc b/sys/compat/common/Makefile.inc
index 7e559d9bca0..3918ba7871b 100644
--- a/sys/compat/common/Makefile.inc
+++ b/sys/compat/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.6 1997/05/30 09:40:57 niklas Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2002/07/14 09:20:24 mdw Exp $
# $NetBSD: Makefile.inc,v 1.5 1996/05/20 17:23:59 mrg Exp $
#
# NOTE: $S must correspond to the top of the 'sys' tree
@@ -14,6 +14,7 @@ COMPATMAKE= \
CC="${CC}" CFLAGS="${CFLAGS:S/-I./-I${PWD}\/./g}" \
LD="${LD}" AR="${AR}" RANLIB="${RANLIB}" LORDER="${LORDER}" \
NM="${NM}" \
+ XMACHINE='${MACHINE}' XMACHINE_ARCH='${MACHINE_ARCH}' \
CPPFLAGS="${CPPFLAGS:S/-I./-I${PWD}\/./g}" \
COMPATDIR="${COMPATDIR}"