diff options
author | tnn <tnn> | 2008-05-24 03:40:35 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-24 03:40:35 +0000 |
commit | 326dfd2dffc325d60ed94a82865dc3ff3a4ae486 (patch) | |
tree | 65ed8e3f274dd97ec81b050cf20c1a5ecd81ff8d /mk/bsd.prefs.mk | |
parent | 64a45e8b98d0afd1e50c4745cf47a23a24ca0ad2 (diff) | |
download | pkgsrc-326dfd2dffc325d60ed94a82865dc3ff3a4ae486.tar.gz |
Adjust path for compat_headers.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index f6243847969..c16e55a3fb9 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.282 2008/05/22 15:48:13 tnn Exp $ +# $NetBSD: bsd.prefs.mk,v 1.283 2008/05/24 03:40:35 tnn Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -493,8 +493,8 @@ USE_XPKGWEDGE?= yes empty(PKGPATH:M*/nawk) && empty(PKGPATH:M*/bmake) && \ empty(PKGPATH:M*/install-sh) && empty(PKGPATH:M*/tnftp) && \ empty(PKGPATH:M*/pax) && \ - exists(../../pkgtools/posix_headers/buildlink3.mk) -. include "../../pkgtools/posix_headers/buildlink3.mk" + exists(../../pkgtools/compat_headers/buildlink3.mk) +. include "../../pkgtools/compat_headers/buildlink3.mk" .endif .if ${X11_TYPE} == "modular" |