- sobrado@cvs.openbsd.org 2009/10/22 15:02:12
[openssh-git.git] / scard / Makefile.in
blob8519e208bd293ef6d38a25058fb2158c9d888b81
1 # $Id: Makefile.in,v 1.5 2006/10/23 21:44:47 tim Exp $
3 prefix=@prefix@
4 datadir=@datadir@
5 datarootdir=@datarootdir@
6 srcdir=@srcdir@
7 top_srcdir=@top_srcdir@
9 INSTALL=@INSTALL@
11 VPATH=@srcdir@
13 all:
15 #Ssh.bin: Ssh.bin.uu
16 # uudecode Ssh.bin.uu
18 clean:
19 # rm -rf Ssh.bin
21 distprep:
22 uudecode Ssh.bin.uu
24 distclean: clean
25 rm -f Makefile *~
27 install: $(srcdir)/Ssh.bin
28 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
29 $(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin