summaryrefslogtreecommitdiffstats
path: root/sys/modules/svr4
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-05-10 01:05:11 +0000
committerobrien <obrien@FreeBSD.org>2000-05-10 01:05:11 +0000
commit466a12192c9176fe56493f9770c21c8bc91e4f5e (patch)
tree892c6d9116b90c7ebee21d22a74cac3901fb3794 /sys/modules/svr4
parente3ecba77a517c3b97ad2f25d948fb88fe06b0f10 (diff)
downloadFreeBSD-src-466a12192c9176fe56493f9770c21c8bc91e4f5e.zip
FreeBSD-src-466a12192c9176fe56493f9770c21c8bc91e4f5e.tar.gz
Support non-i386 architectures.
Diffstat (limited to 'sys/modules/svr4')
-rw-r--r--sys/modules/svr4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index 035db96..2bb44a5 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -2,7 +2,9 @@
MAINTAINER= newton@FreeBSD.org
-.PATH: ${.CURDIR}/../../i386/svr4 ${.CURDIR}/../../svr4
+TARGET_ARCH?= ${MACHINE_ARCH}
+
+.PATH: ${.CURDIR}/../../${TARGET_ARCH}/svr4 ${.CURDIR}/../../svr4
KMOD= svr4
SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_svr4.h opt_vmpage.h \
vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c svr4_misc.c \
OpenPOWER on IntegriCloud