summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-08-02 00:11:45 +0000
committertnn <tnn@pkgsrc.org>2007-08-02 00:11:45 +0000
commit94727992eb731383827cd11882af35438adbdc4d (patch)
treecfa4ebbc9c805a270aaaeb8f9618824e7bb86b67 /mk/platform
parentaec28fcddebadf6bb49d199a8d2f3b594c30da3a (diff)
downloadpkgsrc-94727992eb731383827cd11882af35438adbdc4d.tar.gz
Remove inclusion of pkgtools/posix_headers/buildlink3.mk. This was
useful for initial testing, but here is not the proper place to include it. For now the recommended way is to include the buildlink3.mk in mk.conf.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/HPUX.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/platform/HPUX.mk b/mk/platform/HPUX.mk
index 20154a9a33a..5faf780a126 100644
--- a/mk/platform/HPUX.mk
+++ b/mk/platform/HPUX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: HPUX.mk,v 1.6 2007/07/29 05:19:44 jlam Exp $
+# $NetBSD: HPUX.mk,v 1.7 2007/08/02 00:11:45 tnn Exp $
#
# Variable definitions for the HP-UX operating system.
@@ -78,10 +78,5 @@ KRB5_DEFAULT?= mit-krb5
PREFER.openssl?= pkgsrc
PREFER.zlib?= pkgsrc
-.if defined(OS_VERSION) && ${OS_VERSION} == "11.11" && \
- !defined(BUILDING_POSIX_HEADERS) && !make(bootstrap-register)
-.include "../../pkgtools/posix_headers/buildlink3.mk"
-.endif
-
_STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U} # cc(1) option to strip
_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U} # install(1) option to strip