]> andersk Git - openssh.git/blobdiff - scard/Makefile.in
cmsg thing was originally spotted by des
[openssh.git] / scard / Makefile.in
index f2d596a6459510262292ccdb60c428923eaad630..9a3a55330e96474880f45e4368c21091d3474e29 100644 (file)
@@ -2,6 +2,7 @@
 
 prefix=@prefix@
 datadir=@datadir@
+datarootdir=@datarootdir@
 srcdir=@srcdir@
 top_srcdir=@top_srcdir@
 
@@ -11,13 +12,14 @@ VPATH=@srcdir@
 
 all:
 
-Ssh.bin:  Ssh.bin.uu
-       uudecode Ssh.bin.uu
+#Ssh.bin:  Ssh.bin.uu
+#      uudecode Ssh.bin.uu
 
 clean:
-       rm -rf Ssh.bin
+#      rm -rf Ssh.bin
 
-distprep: Ssh.bin
+distprep:
+       uudecode Ssh.bin.uu
 
 distclean: clean
        rm -f Makefile *~
This page took 0.266231 seconds and 4 git commands to generate.