aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-10-04 14:13:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-10-04 14:13:16 +0000
commiteea399e3ac38db9a6295bdf13c159b85bb2a7367 (patch)
treeb0480ca8d0501548a7aaa0046284c3cf6f0dc769 /sys/modules
parent2bc21ed9856748bd3510da944f11597975ef8d81 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/svr4/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index 47dd0dae6eaa..1057f307ae35 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -2,9 +2,7 @@
MAINTAINER= newton@FreeBSD.org
-TARGET_ARCH?= ${MACHINE_ARCH}
-
-.PATH: ${.CURDIR}/../../${TARGET_ARCH}/svr4 ${.CURDIR}/../../compat/svr4
+.PATH: ${.CURDIR}/../../${MACHINE_ARCH}/svr4 ${.CURDIR}/../../compat/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 \