]> andersk Git - gssapi-openssh.git/blame - openssh/scard/Makefile.in
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / scard / Makefile.in
CommitLineData
3c0ef626 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: $(srcdir)/Ssh.bin
26 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
27 $(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin
This page took 0.081454 seconds and 5 git commands to generate.