Blame nss/lib/libpkix/pkix_pl_nss/pki/config.mk

Packit 40b132
#
Packit 40b132
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
Packit 40b132
#
Packit 40b132
#  Override TARGETS variable so that only static libraries
Packit 40b132
#  are specifed as dependencies within rules.mk.
Packit 40b132
#
Packit 40b132
Packit 40b132
TARGETS        = $(LIBRARY)
Packit 40b132
SHARED_LIBRARY =
Packit 40b132
IMPORT_LIBRARY =
Packit 40b132
PROGRAM        =
Packit 40b132