summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortv <tv>1998-08-12 18:58:09 +0000
committertv <tv>1998-08-12 18:58:09 +0000
commita6da521a3e4c0947a12d4c7ce458ec2d629eb174 (patch)
treeb4041b496fb9b2a891192dd6a6eb95659d890c83 /cross
parent59fedf16af6a157fbc97fbbbdb02fe59e682717f (diff)
downloadpkgsrc-a6da521a3e4c0947a12d4c7ce458ec2d629eb174.tar.gz
The common directory name is COMMON, not files.
Diffstat (limited to 'cross')
-rw-r--r--cross/COMMON/netbsd.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/COMMON/netbsd.mk b/cross/COMMON/netbsd.mk
index 16426376683..b07d6d0fa69 100644
--- a/cross/COMMON/netbsd.mk
+++ b/cross/COMMON/netbsd.mk
@@ -1,4 +1,4 @@
-# $NetBSD: netbsd.mk,v 1.1 1998/08/12 02:42:29 tv Exp $
+# $NetBSD: netbsd.mk,v 1.2 1998/08/12 18:58:09 tv Exp $
# Definitions for building a cross-compile environment for a NetBSD target.
@@ -10,6 +10,6 @@
#.include "../../mk/bsd.prefs.mk"
#.if defined(USE_EGCS_FOR_NATIVE) || (${MACHINE_ARCH} != ${TARGET_ARCH})
-.include "../files/cross.mk"
+.include "../COMMON/cross.mk"
#.else
#.endif