blob: 4b204050ca7a0b8a1c64ce7a6b7aa62d08b53ecb [file] [log] [blame]
Tim Riceafefd162001-10-26 17:33:18 -07001# $Id: Makefile.in,v 1.3 2001/10/27 00:33:19 tim Exp $
Damien Millerd97c2ce2001-09-18 15:06:21 +10002
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
Tim Riceafefd162001-10-26 17:33:18 -070025install: $(srcdir)/Ssh.bin
Damien Millerd97c2ce2001-09-18 15:06:21 +100026 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
Tim Rice1ce8f0c2001-09-20 11:39:35 -070027 $(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin