tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

manifest.mn (486B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 CORE_DEPTH = ../..
      6 
      7 MODULE = nss
      8 
      9 ifdef ZLIB_INCLUDE_DIR
     10 INCLUDES += -I$(ZLIB_INCLUDE_DIR)
     11 endif
     12 
     13 CSRCS = signtool.c		\
     14 		certgen.c	\
     15 		javascript.c	\
     16 		list.c		\
     17 		sign.c		\
     18 		util.c		\
     19 		verify.c	\
     20 		zip.c		\
     21 	$(NULL)
     22 
     23 PROGRAM =  signtool
     24 
     25 REQUIRES = seccmd
     26 
     27 EXTRA_LIBS = $(JAR_LIBS)