tor-browser

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

manifest.mn (543B)


      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 CSRCS = signver.c	\
     10         pk7print.c	\
     11 	$(NULL)
     12 
     13 REQUIRES = dbm seccmd
     14 
     15 PROGRAM = signver
     16 
     17 PACKAGE_FILES = README.txt signedForm.html signedForm.pl form.pl
     18 ifeq ($(subst /,_,$(shell uname -s)),WINNT)
     19 PACKAGE_FILES += signedForm.nt.pl signver.exe
     20 else
     21 PACKAGE_FILES += signver
     22 endif
     23 
     24 ARCHIVE_NAME  = signver