X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/525af7b81aef63b31a29d323e8c77577f8599c40..b55540f69066f9127c964af2097b7563ab69369c:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index f6c3b33..42e4125 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.39 2000/07/29 21:55:32 mdw Exp $ +## $Id: Makefile.m4,v 1.40 2000/08/06 10:50:55 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,10 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.40 2000/08/06 10:50:55 mdw +## (mkphrase): New program for generating random passphrases with measured +## strength. +## ## Revision 1.39 2000/07/29 21:55:32 mdw ## Make sure the pixie is installed setuid-root (workaround for an Automake ## bug). Install new manpages. @@ -296,7 +300,7 @@ $(libcatacomb_la_OBJECTS) dsig.o keyutil.o rspit.o: mptypes.h primetab.h ## --- Utility programs --- -bin_PROGRAMS = dsig key pixie rspit factorial hashsum +bin_PROGRAMS = dsig key pixie rspit factorial hashsum mkphrase bin_SCRIPTS = catacomb-config xpixie noinst_PROGRAMS = \ genprimes mptypes \ @@ -312,6 +316,7 @@ rspit_SOURCES = rspit.c factorial_SOURCES = factorial.c pixie_SOURCES = pixie.c pixie-common.c lmem.c arena.c pixie_LDADD = +mkphrase_SOURCES = mkphrase.c des_mktab_SOURCES = des-mktab.c des_mktab_LDADD =