https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7861638b06a23db62cf1b7e676a7374710dce7f1 authored by seabld on 13 February 2013, 14:13:12 UTC
Added tag SEAMONKEY_2_16b5_RELEASE for changeset FIREFOX_19_0b6_BUILD1. CLOSED TREE a=release
Tip revision: 7861638
HP-UXA.09.03.mk
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

#
# On HP-UX 9, the default (and only) implementation strategy is
# classic nspr.
#
ifeq ($(OS_RELEASE),A.09.03)
	DEFAULT_IMPL_STRATEGY	 = _CLASSIC
endif

#
# Config stuff for HP-UXA.09.03
#
include $(CORE_DEPTH)/coreconf/HP-UXA.09.mk
back to top