summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2007-08-02 00:11:45 +0000
committertnn <tnn>2007-08-02 00:11:45 +0000
commit34047e1ad8f7a80965b70e3498df012f5510bfc8 (patch)
treecfa4ebbc9c805a270aaaeb8f9618824e7bb86b67
parent4d18d4d78ce4569b9a7a6ea265e91b9129277d06 (diff)
downloadpkgsrc-34047e1ad8f7a80965b70e3498df012f5510bfc8.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.
-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