Print this page
7293 Sun Secure Shell is neither

@@ -24,19 +24,15 @@
 
 MANIFEST = ssh.xml
 SVCMETHOD = sshd
 
 include ../../Makefile.cmd
-include ../Makefile.ssh-common
 
-SSHASKPASS=     $(ROOTLIBSSH)/ssh-askpass
 ETCSSHDIR=      $(ROOTETC)/ssh
-DIRS=           $(ETCSSHDIR) $(ROOTLIBSSH) $(ROOTLIBSUNSSH)
+DIRS=           $(ETCSSHDIR)
 
-FILES= sshd_config ssh_config moduli.sunssh
-
-ETCSSHLINKS= $(ETCSSHDIR)/moduli
+FILES= sshd_config ssh_config
 
 ETCSSHFILES=    $(FILES:%=$(ETCSSHDIR)/%)
 
 $(ETCSSHFILES) := FILEMODE=     644
 

@@ -46,21 +42,14 @@
         $(INS.file)
 
 $(DIRS):
         $(INS.dir)
 
-$(ETCSSHDIR)/moduli: $(ETCSSHDIR)/moduli.sunssh
-        -$(RM) $@; $(SYMLINK) moduli.sunssh $@
-
-$(ROOTLIBSSH)/%: %
-        $(INS.file)
-
 $(POFILE):
 
 all lint clean clobber _msg:
 
-install: all $(DIRS) $(ETCSSHFILES) $(ETCSSHLINKS) $(ROOTMANIFEST) $(ROOTSVCMETHOD) \
-        $(SSHASKPASS)
+install: all $(DIRS) $(ETCSSHFILES) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
 
 check: $(CHKMANIFEST)
 
 include ../../Makefile.targ