]> andersk Git - moira.git/commitdiff
Install genkey and genwords
authordanw <danw>
Wed, 16 Dec 1998 19:42:58 +0000 (19:42 +0000)
committerdanw <danw>
Wed, 16 Dec 1998 19:42:58 +0000 (19:42 +0000)
reg_svr/Makefile.in

index e4dadd3b999c4de864c0946cbfeb5846fab68352..5aa23325de35d15f908df56ac38525ce2da37ffc 100644 (file)
@@ -55,6 +55,8 @@ depend: $(CFILES)
 install: all
        $(INSTALL_PROGRAM) reg_svr $(mrbindir)
        $(INSTALL_PROGRAM) startreg $(mrbindir)
+       $(INSTALL_PROGRAM) genkey $(mrbindir)
+       $(INSTALL_PROGRAM) genwords $(mrbindir)
 
 reg_svr: $(REG_OBJS) $(MR_LIBDEP) $(RSAREF_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(REG_OBJS) $(LIBS) $(SQL_LIBS)
This page took 0.537078 seconds and 5 git commands to generate.