summaryrefslogtreecommitdiff
path: root/cross/COMMON
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-08-12 18:58:09 +0000
committertv <tv@pkgsrc.org>1998-08-12 18:58:09 +0000
commit43082a2786d07c0706b87890eed135181a2cfb10 (patch)
treeb4041b496fb9b2a891192dd6a6eb95659d890c83 /cross/COMMON
parent7728af615035b2afa1a52317fade4cde2940ddf7 (diff)
downloadpkgsrc-43082a2786d07c0706b87890eed135181a2cfb10.tar.gz
The common directory name is COMMON, not files.
Diffstat (limited to 'cross/COMMON')
-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