From 7af6b8b2fae46e60652451af01571c5edfb2b1c9 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 4 Oct 2001 14:13:16 +0000 Subject: Removed mentions of TARGET_ARCH from non-cross places. --- sys/modules/svr4/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile index 47dd0da..1057f30 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 \ -- cgit v1.1