Blame | Last modification | View Log | RSS feed
######################################################################### COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.# Module name : makefile.pl# Module type : JATS Makefile# Environment(s): JATS Build System## Description : Makefile for manifest-certificates##......................................................................### exec build system#require "$ARGV[1]";# Platform configurationPlatform ('*');# Package the certificates for use# Never package keys# Never have the keys under version control# They are held in 1Password and have limited access#PackageFile ('*', '--DirTree=etc');# Generate the makefile and completeMakefileGenerate ();1;