]> andersk Git - gssapi-openssh.git/blobdiff - openssh/Makefile.in
update GPT branch with latest from trunk (OPENSSH_3_2_3P1_GSI_2)
[gssapi-openssh.git] / openssh / Makefile.in
index 885fc783364cf5eef4205db5da7d74dca5eef1e4..6085c34c9229ca201677bb95e8bf08446627540d 100644 (file)
@@ -26,7 +26,7 @@ SFTP_SERVER=$(libexecdir)/sftp-server
 PRIVSEP_PATH=@PRIVSEP_PATH@
 
 PATHS= -D_PATH_SSH_PIDDIR=\"$(piddir)\" \
-       -D_PATH_PRIVSEP_CHROOT_DIR=\"$(PRIVSEP_PATH)\"
+       -D_PATH_PRIVSEP_CHROOT_DIR=\"$(PRIVSEP_PATH)\"
 
 CC=@CC@
 LD=@LD@
@@ -302,17 +302,6 @@ gpt-install-files:
        ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
        -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
        ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
-       if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
-               $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
-       fi
-       if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
-               $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
-               if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
-                       $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
-               else \
-                       echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
-               fi ; \
-       fi
 
 host-key: ssh-keygen$(EXEEXT)
        if [ -z "$(DESTDIR)" ] ; then \
This page took 0.032725 seconds and 4 git commands to generate.