]> andersk Git - openssh.git/blame - scard/Makefile.in
- (djm) Avoid bad and unportable sprintf usage in compat code
[openssh.git] / scard / Makefile.in
CommitLineData
93816ec8 1# $Id$
2
3prefix=@prefix@
4datadir=@datadir@
5srcdir=@srcdir@
6top_srcdir=@top_srcdir@
7
8INSTALL=@INSTALL@
9
10VPATH=@srcdir@
11
12all:
13
14Ssh.bin: Ssh.bin.uu
15 uudecode Ssh.bin.uu
16
17clean:
18 rm -rf Ssh.bin
19
20distprep: Ssh.bin
21
22distclean: clean
23 rm -f Makefile *~
24
25install: Ssh.bin
26 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
64bdafe1 27 $(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin
This page took 0.046611 seconds and 5 git commands to generate.