blob: f64e255045a726d8cc1003277ec94c157fe0e056 [file] [log] [blame]
Damien Millerd7686fd2001-02-10 00:40:03 +11001# $Id: Makefile.in,v 1.150 2001/02/09 13:40:03 djm Exp $
Damien Millerb797b922001-02-04 23:27:00 +11002
Damien Miller7f6ea021999-10-28 13:25:17 +10003prefix=@prefix@
4exec_prefix=@exec_prefix@
5bindir=@bindir@
6sbindir=@sbindir@
Damien Millere2324551999-11-19 17:18:57 +11007libexecdir=@libexecdir@
Damien Miller94388161999-10-29 09:57:31 +10008mandir=@mandir@
Damien Miller670a4b82000-01-22 13:53:11 +11009mansubdir=@mansubdir@
Damien Miller296a5461999-11-13 10:48:51 +110010sysconfdir=@sysconfdir@
Damien Millerb13c73e2000-01-17 22:02:17 +110011piddir=@piddir@
12srcdir=@srcdir@
13top_srcdir=@top_srcdir@
Damien Miller7f6ea021999-10-28 13:25:17 +100014
Damien Miller7d7c60d2000-01-26 14:37:48 +110015DESTDIR=
Damien Millerc0d73901999-12-27 09:23:58 +110016VPATH=@srcdir@
Damien Millerc7b38ce1999-11-09 10:28:04 +110017SSH_PROGRAM=@bindir@/ssh
Damien Miller606f8802000-09-16 15:39:56 +110018ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
Damien Millerd7686fd2001-02-10 00:40:03 +110019SFTP_SERVER=$(libexecdir)/sftp-server
20
21PATHS= -DETCDIR=\"$(sysconfdir)\" \
22 -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
23 -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \
24 -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\"
Damien Millerc7b38ce1999-11-09 10:28:04 +110025
Damien Miller7f6ea021999-10-28 13:25:17 +100026CC=@CC@
Damien Miller166bd442000-03-16 10:48:25 +110027LD=@LD@
Ben Lindstrom28bfc0d2000-12-18 19:58:57 +000028CFLAGS=@CFLAGS@
Ben Lindstrom2ffbbe62001-02-02 00:00:54 +000029CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir)/openbsd-compat -I$(srcdir) $(PATHS) @DEFS@
Damien Millerd3dcfaf1999-11-09 13:52:33 +110030LIBS=@LIBS@
Damien Miller7f6ea021999-10-28 13:25:17 +100031AR=@AR@
32RANLIB=@RANLIB@
Damien Millerd8087f61999-11-25 12:31:26 +110033INSTALL=@INSTALL@
Damien Millere79334a1999-12-29 10:03:37 +110034PERL=@PERL@
Damien Miller8d1fd572000-05-17 21:34:07 +100035ENT=@ENT@
Damien Millera19cf472000-11-29 13:28:50 +110036XAUTH_PATH=@XAUTH_PATH@
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +000037LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@
Damien Millerbac2d8a2000-09-05 16:13:06 +110038EXEEXT=@EXEEXT@
Damien Miller78315eb2000-09-29 23:01:36 +110039SSH_MODE= @SSHMODE@
Damien Miller7f6ea021999-10-28 13:25:17 +100040
Damien Miller0437b332000-05-02 09:56:41 +100041INSTALL_SSH_PRNG_CMDS=@INSTALL_SSH_PRNG_CMDS@
42
Damien Miller33804262001-02-04 23:20:18 +110043@NO_SFTP@SFTP_PROGS=sftp-server$(EXEEXT) sftp$(EXEEXT)
Ben Lindstrom3ad650a2001-01-03 06:02:51 +000044
Damien Miller33804262001-02-04 23:20:18 +110045TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) $(SFTP_PROGS)
Damien Miller7f6ea021999-10-28 13:25:17 +100046
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +000047LIBSSH_OBJS=atomicio.o authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o cipher.o cli.o compat.o compress.o crc32.o deattack.o dispatch.o hmac.o hostfile.o key.o kex.o log.o match.o misc.o mpaux.o nchan.o packet.o radix.o rijndael.o entropy.o readpass.o rsa.o ssh-dss.o ssh-rsa.o tildexpand.o ttymodes.o uidswap.o uuencode.o xmalloc.o
Damien Miller18ccf851999-12-16 13:06:18 +110048
Damien Millereba71ba2000-04-29 23:57:08 +100049SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o log-client.o readconf.o clientloop.o
Damien Millere72b7af1999-12-30 15:08:44 +110050
Ben Lindstromdb65e8f2001-01-19 04:26:52 +000051SSHDOBJS= sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth2-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o dh.o pty.o log-server.o login.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o
Damien Millere72b7af1999-12-30 15:08:44 +110052
Damien Miller33804262001-02-04 23:20:18 +110053TROFFMAN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1
Damien Millerb797b922001-02-04 23:27:00 +110054CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh-keyscan.0 ssh.0 sshd.0 sftp-server.0 sftp.0
Damien Miller670a4b82000-01-22 13:53:11 +110055MANPAGES = @MANTYPE@
Damien Miller645c5982000-01-03 14:42:09 +110056
Damien Miller0986b552000-11-11 08:36:38 +110057CONFIGFILES=sshd_config ssh_config primes
Damien Miller645c5982000-01-03 14:42:09 +110058
Damien Millera19cf472000-11-29 13:28:50 +110059PATHSUBS = \
60 -D/etc/ssh_config=$(sysconfdir)/ssh_config \
61 -D/etc/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts \
62 -D/etc/sshd_config=$(sysconfdir)/sshd_config \
63 -D/usr/libexec=$(libexecdir) \
64 -D/etc/shosts.equiv=$(sysconfdir)/shosts.equiv \
65 -D/etc/ssh_host_key=$(sysconfdir)/ssh_host_key \
66 -D/etc/ssh_host_dsa_key=$(sysconfdir)/ssh_host_dsa_key \
67 -D/etc/ssh_host_rsa_key=$(sysconfdir)/ssh_host_rsa_key \
68 -D/var/run/sshd.pid=$(piddir)/sshd.pid \
69 -D/etc/primes=$(sysconfdir)/primes \
70 -D/etc/sshrc=$(sysconfdir)/sshrc \
71 -D/usr/X11R6/bin/xauth=$(XAUTH_PATH)
Damien Miller886c63a2000-01-20 23:13:36 +110072
73FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
74
Damien Miller74a333b2000-04-04 15:04:09 +100075all: $(TARGETS) $(CONFIGFILES)
76
77manpages: $(MANPAGES)
Damien Miller18ccf851999-12-16 13:06:18 +110078
Damien Miller16e519c2000-05-09 14:28:55 +100079$(LIBSSH_OBJS): config.h
Ben Lindstrom3deda8b2000-12-22 20:27:43 +000080$(SSHOBJS): config.h
81$(SSHDOBJS): config.h
Damien Miller16e519c2000-05-09 14:28:55 +100082
Ben Lindstromf5410352000-12-29 21:37:22 +000083.c.o:
Ben Lindstrom59f68792000-12-30 03:50:04 +000084 $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
Ben Lindstromf5410352000-12-29 21:37:22 +000085
Ben Lindstrome03c85d2001-02-01 14:06:11 +000086LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
Ben Lindstrom684ba4c2001-02-03 21:53:47 +000087$(LIBCOMPAT): config.h
Ben Lindstrome6b3b7b2001-02-03 00:33:04 +000088 (cd openbsd-compat; $(MAKE))
Damien Miller7f6ea021999-10-28 13:25:17 +100089
Damien Miller16e519c2000-05-09 14:28:55 +100090libssh.a: $(LIBSSH_OBJS)
91 $(AR) rv $@ $(LIBSSH_OBJS)
92 $(RANLIB) $@
Damien Miller7f6ea021999-10-28 13:25:17 +100093
Ben Lindstrome03c85d2001-02-01 14:06:11 +000094ssh$(EXEEXT): $(LIBCOMPAT) libssh.a $(SSHOBJS)
Damien Miller16e519c2000-05-09 14:28:55 +100095 $(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +100096
Ben Lindstrome03c85d2001-02-01 14:06:11 +000097sshd$(EXEEXT): libssh.a $(LIBCOMPAT) $(SSHDOBJS)
Damien Miller16e519c2000-05-09 14:28:55 +100098 $(LD) -o $@ $(SSHDOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +100099
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000100scp$(EXEEXT): $(LIBCOMPAT) libssh.a scp.o log-client.o
Ben Lindstrom88c33972001-01-02 04:55:52 +0000101 $(LD) -o $@ scp.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000102
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000103ssh-add$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-add.o log-client.o
Damien Miller16e519c2000-05-09 14:28:55 +1000104 $(LD) -o $@ ssh-add.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000105
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000106ssh-agent$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-agent.o log-client.o
Damien Miller16e519c2000-05-09 14:28:55 +1000107 $(LD) -o $@ ssh-agent.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
108
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000109ssh-keygen$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keygen.o log-client.o
Damien Miller16e519c2000-05-09 14:28:55 +1000110 $(LD) -o $@ ssh-keygen.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000111
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000112ssh-keyscan$(EXEEXT): $(LIBCOMPAT) libssh.a log-client.o ssh-keyscan.o
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000113 $(LD) -o $@ ssh-keyscan.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
114
Damien Miller33804262001-02-04 23:20:18 +1100115sftp-server$(EXEEXT): $(LIBCOMPAT) libssh.a sftp-server.o sftp-common.o log-server.o
116 $(LD) -o $@ sftp-server.o sftp-common.o log-server.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
117
Damien Miller33804262001-02-04 23:20:18 +1100118sftp$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-client.o sftp-int.o sftp-common.o log-client.o
Damien Miller4864e8f2001-02-08 10:07:08 +1100119 $(LD) -o $@ sftp.o sftp-client.o sftp-common.o sftp-int.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7b28dc52000-09-05 13:34:53 +1100120
andre2ff7b5d2000-06-03 14:57:40 +0000121# test driver for the loginrec code - not built by default
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000122logintest: logintest.o $(LIBCOMPAT) libssh.a log-client.o loginrec.o
andre2ff7b5d2000-06-03 14:57:40 +0000123 $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh log-client.o $(LIBS)
124
Damien Miller886c63a2000-01-20 23:13:36 +1100125$(MANPAGES) $(CONFIGFILES)::
126 $(FIXPATHSCMD) $(srcdir)/$@
Damien Miller645c5982000-01-03 14:42:09 +1100127
Damien Miller34132e52000-01-14 15:45:46 +1100128clean:
Ben Lindstrom25a77852001-02-02 10:17:46 +0000129 (cd openbsd-compat; $(MAKE) clean)
andre2ff7b5d2000-06-03 14:57:40 +0000130 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
Damien Miller615f9392000-05-17 22:53:33 +1000131 rm -f *.out core
Damien Miller34132e52000-01-14 15:45:46 +1100132
133distclean: clean
Ben Lindstrom25a77852001-02-02 10:17:46 +0000134 (cd openbsd-compat; $(MAKE) distclean)
Damien Miller615f9392000-05-17 22:53:33 +1000135 rm -f Makefile config.h config.status ssh_prng_cmds *~
Damien Miller34132e52000-01-14 15:45:46 +1100136
137mrproper: distclean
138
139veryclean: distclean
Damien Miller670a4b82000-01-22 13:53:11 +1100140 rm -f configure config.h.in *.0
141
142catman-do:
143 @for f in $(TROFFMAN) ; do \
Damien Millerfa610a12000-12-27 16:44:51 +1100144 base=`echo $$f | sed 's/\..*$$//'` ; \
145 echo "$$f -> $$base.0" ; \
Damien Miller670a4b82000-01-22 13:53:11 +1100146 nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
Damien Millerfa610a12000-12-27 16:44:51 +1100147 >$$base.0 ; \
Damien Miller670a4b82000-01-22 13:53:11 +1100148 done
Damien Miller34132e52000-01-14 15:45:46 +1100149
Damien Miller262ff172000-06-28 08:24:49 +1000150distprep: catman-do
151 autoreconf
152
Damien Miller099f5052000-06-22 20:57:11 +1000153install: manpages $(TARGETS) install-files host-key
154
155install-files:
Damien Miller78315eb2000-09-29 23:01:36 +1100156 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
157 $(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
158 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)
159 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
160 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
161 $(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
162 $(INSTALL) -m $(SSH_MODE) -s ssh $(DESTDIR)$(bindir)/ssh
Damien Miller729e1f12000-08-07 15:39:13 +1000163 $(INSTALL) -m 0755 -s scp $(DESTDIR)$(bindir)/scp
164 $(INSTALL) -m 0755 -s ssh-add $(DESTDIR)$(bindir)/ssh-add
165 $(INSTALL) -m 0755 -s ssh-agent $(DESTDIR)$(bindir)/ssh-agent
166 $(INSTALL) -m 0755 -s ssh-keygen $(DESTDIR)$(bindir)/ssh-keygen
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000167 $(INSTALL) -m 0775 -s ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan
Damien Miller729e1f12000-08-07 15:39:13 +1000168 $(INSTALL) -m 0755 -s sshd $(DESTDIR)$(sbindir)/sshd
Damien Miller6d986562001-02-05 00:54:23 +1100169 @NO_SFTP@$(INSTALL) -m 0755 -s sftp $(DESTDIR)$(bindir)/sftp
Damien Millerd7686fd2001-02-10 00:40:03 +1100170 @NO_SFTP@$(INSTALL) -m 0755 -s sftp-server $(DESTDIR)$(SFTP_SERVER)
Damien Miller7d7c60d2000-01-26 14:37:48 +1100171 $(INSTALL) -m 644 ssh.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
172 $(INSTALL) -m 644 scp.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
173 $(INSTALL) -m 644 ssh-add.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
174 $(INSTALL) -m 644 ssh-agent.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
175 $(INSTALL) -m 644 ssh-keygen.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
Ben Lindstrom4cc90a42000-12-10 22:12:54 +0000176 $(INSTALL) -m 644 ssh-keyscan.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
Damien Miller7d7c60d2000-01-26 14:37:48 +1100177 $(INSTALL) -m 644 sshd.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
Damien Miller6d986562001-02-05 00:54:23 +1100178 @NO_SFTP@$(INSTALL) -m 644 sftp.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
179 @NO_SFTP@$(INSTALL) -m 644 sftp-server.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
Damien Miller7d7c60d2000-01-26 14:37:48 +1100180 -rm -f $(DESTDIR)$(bindir)/slogin
Damien Millerbac2d8a2000-09-05 16:13:06 +1100181 ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
Damien Miller7d7c60d2000-01-26 14:37:48 +1100182 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
183 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
Damien Miller78315eb2000-09-29 23:01:36 +1100184 @FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin
Damien Miller0986b552000-11-11 08:36:38 +1100185 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
Damien Miller78315eb2000-09-29 23:01:36 +1100186 $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
Damien Miller0986b552000-11-11 08:36:38 +1100187 fi
188 if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config ]; then \
Damien Miller7d7c60d2000-01-26 14:37:48 +1100189 $(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100190 else \
191 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
Damien Miller0986b552000-11-11 08:36:38 +1100192 fi
193 if [ ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \
Damien Miller7d7c60d2000-01-26 14:37:48 +1100194 $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100195 else \
196 echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
Damien Miller296a5461999-11-13 10:48:51 +1100197 fi
Damien Miller0437b332000-05-02 09:56:41 +1000198 if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
Damien Miller78315eb2000-09-29 23:01:36 +1100199 $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
Damien Millere4041c92000-10-14 17:45:58 +1100200 if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
201 $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100202 else \
203 echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
Damien Millere4041c92000-10-14 17:45:58 +1100204 fi ; \
Damien Miller0437b332000-05-02 09:56:41 +1000205 fi
Damien Miller0986b552000-11-11 08:36:38 +1100206 if [ ! -f $(DESTDIR)$(sysconfdir)/primes ]; then \
Ben Lindstrombaaa2c02000-11-17 00:22:17 +0000207 $(INSTALL) -m 644 primes.out $(DESTDIR)$(sysconfdir)/primes; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100208 else \
209 echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite"; \
Damien Miller0986b552000-11-11 08:36:38 +1100210 fi
Damien Miller296a5461999-11-13 10:48:51 +1100211
Damien Millerbac2d8a2000-09-05 16:13:06 +1100212host-key: ssh-keygen$(EXEEXT)
Damien Miller54ba4692000-07-11 18:39:20 +1000213 if [ -z "$(DESTDIR)" ] ; then \
214 if [ -f "$(DESTDIR)$(sysconfdir)/ssh_host_key" ] ; then \
215 echo "$(DESTDIR)$(sysconfdir)/ssh_host_key already exists, skipping." ; \
216 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000217 ./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N "" ; \
Damien Miller54ba4692000-07-11 18:39:20 +1000218 fi ; \
219 if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key ] ; then \
220 echo "$(DESTDIR)$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
221 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000222 ./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N "" ; \
Damien Miller0bc1bd82000-11-13 22:57:25 +1100223 fi ; \
224 if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key ] ; then \
225 echo "$(DESTDIR)$(sysconfdir)/ssh_host_rsa_key already exists, skipping." ; \
226 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000227 ./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N "" ; \
Damien Miller54ba4692000-07-11 18:39:20 +1000228 fi ; \
Damien Miller099f5052000-06-22 20:57:11 +1000229 fi ;
230
Damien Millerbac2d8a2000-09-05 16:13:06 +1100231host-key-force: ssh-keygen$(EXEEXT)
Ben Lindstrom65571522000-11-16 02:46:20 +0000232 ./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N ""
233 ./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N ""
234 ./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N ""
Damien Miller4095f892000-03-03 22:13:52 +1100235
Damien Millerbf1c9b21999-12-09 10:16:54 +1100236uninstallall: uninstall
Damien Miller7d7c60d2000-01-26 14:37:48 +1100237 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config
238 -rm -f $(DESTDIR)$(sysconfdir)/sshd_config
Damien Miller0437b332000-05-02 09:56:41 +1000239 -rm -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds
Damien Miller7d7c60d2000-01-26 14:37:48 +1100240 -rmdir $(DESTDIR)$(sysconfdir)
241 -rmdir $(DESTDIR)$(bindir)
242 -rmdir $(DESTDIR)$(sbindir)
243 -rmdir $(DESTDIR)$(mandir)/$(mansubdir)1
244 -rmdir $(DESTDIR)$(mandir)/$(mansubdir)8
245 -rmdir $(DESTDIR)$(mandir)
246 -rmdir $(DESTDIR)$(libexecdir)
Damien Millerbf1c9b21999-12-09 10:16:54 +1100247
248uninstall:
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000249 -rm -f $(DESTDIR)$(bindir)/slogin
Damien Millerbac2d8a2000-09-05 16:13:06 +1100250 -rm -f $(DESTDIR)$(bindir)/ssh$(EXEEXT)
251 -rm -f $(DESTDIR)$(bindir)/scp$(EXEEXT)
252 -rm -f $(DESTDIR)$(bindir)/ssh-add$(EXEEXT)
253 -rm -f $(DESTDIR)$(bindir)/ssh-agent$(EXEEXT)
254 -rm -f $(DESTDIR)$(bindir)/ssh-keygen$(EXEEXT)
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000255 -rm -f $(DESTDIR)$(bindir)/ssh-keyscan$(EXEEXT)
Damien Miller33804262001-02-04 23:20:18 +1100256 -rm -f $(DESTDIR)$(bindir)/sftp$(EXEEXT)
Damien Millerbac2d8a2000-09-05 16:13:06 +1100257 -rm -f $(DESTDIR)$(sbindir)/sshd$(EXEEXT)
Damien Millerd7686fd2001-02-10 00:40:03 +1100258 -rm -r $(DESTDIR)$(SFTP_SERVER)$(EXEEXT)
Damien Miller7d7c60d2000-01-26 14:37:48 +1100259 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
260 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
261 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
262 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
263 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
Damien Miller33804262001-02-04 23:20:18 +1100264 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000265 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
Damien Miller7d7c60d2000-01-26 14:37:48 +1100266 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000267 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
Damien Miller7d7c60d2000-01-26 14:37:48 +1100268 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1