#include "../Calvin.tmpl"

TOP = ..

/* These will not overwrite a file in the destination directory already */

               SRCS = rsa_keycomp.c
           RSA_FILE = .reserved
 RSA_MASTER_KEYFILE = rsa_keycap
       RSA_MOTDLIST = rsa_motd

AllTarget(rsa_keycomp)
NormalProgramTarget(rsa_keycomp, rsa_keycomp.o,,,)

DependTarget()
InstallProgram(rsa_keycomp, $(NETREK_BIN))

InstallNamedNonExecSafe(rsa_keycap,rsa_keycap,$(NETREK_BIN))
InstallNamedNonExecSafe($(RSA_MOTDLIST),$(RSA_MOTDLIST),$(NETREK_BIN)/motd)
InstallScript(rsa_getkeys,$(NETREK_BIN))
