diff options
author | tv <tv> | 1998-08-12 18:58:09 +0000 |
---|---|---|
committer | tv <tv> | 1998-08-12 18:58:09 +0000 |
commit | 08c6cca5d8dc28ed1b931f4d5226867baf10047c (patch) | |
tree | b4041b496fb9b2a891192dd6a6eb95659d890c83 /cross | |
parent | 38a9dc7cb6b4f59f2c578ea9ce568b6c19fe6596 (diff) | |
download | pkgsrc-08c6cca5d8dc28ed1b931f4d5226867baf10047c.tar.gz |
The common directory name is COMMON, not files.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/COMMON/netbsd.mk | 4 |
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 |