diff options
author | tnn <tnn> | 2007-08-02 00:11:45 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-08-02 00:11:45 +0000 |
commit | 34047e1ad8f7a80965b70e3498df012f5510bfc8 (patch) | |
tree | cfa4ebbc9c805a270aaaeb8f9618824e7bb86b67 | |
parent | 4d18d4d78ce4569b9a7a6ea265e91b9129277d06 (diff) | |
download | pkgsrc-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.mk | 7 |
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 |