blob: c22d5eff8340123f96a70313353052fbb0362d48 [file] [log] [blame]
Damien Miller7f6ea021999-10-28 13:25:17 +10001prefix=@prefix@
2exec_prefix=@exec_prefix@
3bindir=@bindir@
4sbindir=@sbindir@
Damien Millere2324551999-11-19 17:18:57 +11005libexecdir=@libexecdir@
Damien Miller94388161999-10-29 09:57:31 +10006mandir=@mandir@
Damien Miller670a4b82000-01-22 13:53:11 +11007mansubdir=@mansubdir@
Damien Miller296a5461999-11-13 10:48:51 +11008sysconfdir=@sysconfdir@
Damien Millerb13c73e2000-01-17 22:02:17 +11009piddir=@piddir@
10srcdir=@srcdir@
11top_srcdir=@top_srcdir@
Damien Miller7f6ea021999-10-28 13:25:17 +100012
Damien Miller7d7c60d2000-01-26 14:37:48 +110013DESTDIR=
Damien Millerc0d73901999-12-27 09:23:58 +110014VPATH=@srcdir@
Damien Millerc7b38ce1999-11-09 10:28:04 +110015SSH_PROGRAM=@bindir@/ssh
Damien Miller606f8802000-09-16 15:39:56 +110016ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
Damien Millerc7b38ce1999-11-09 10:28:04 +110017
Damien Miller7f6ea021999-10-28 13:25:17 +100018CC=@CC@
Damien Miller166bd442000-03-16 10:48:25 +110019LD=@LD@
Damien Miller3bc14dd1999-12-07 14:54:53 +110020PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\"
Ben Lindstrom28bfc0d2000-12-18 19:58:57 +000021CFLAGS=@CFLAGS@
22CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir) $(PATHS) @DEFS@
Damien Millerd3dcfaf1999-11-09 13:52:33 +110023LIBS=@LIBS@
Damien Miller7f6ea021999-10-28 13:25:17 +100024AR=@AR@
25RANLIB=@RANLIB@
Damien Millerd8087f61999-11-25 12:31:26 +110026INSTALL=@INSTALL@
Damien Millere79334a1999-12-29 10:03:37 +110027PERL=@PERL@
Damien Miller8d1fd572000-05-17 21:34:07 +100028ENT=@ENT@
Damien Millera19cf472000-11-29 13:28:50 +110029XAUTH_PATH=@XAUTH_PATH@
Damien Miller18ccf851999-12-16 13:06:18 +110030LDFLAGS=-L. @LDFLAGS@
Damien Millerbac2d8a2000-09-05 16:13:06 +110031EXEEXT=@EXEEXT@
Damien Miller78315eb2000-09-29 23:01:36 +110032SSH_MODE= @SSHMODE@
Damien Miller7f6ea021999-10-28 13:25:17 +100033
Damien Miller0437b332000-05-02 09:56:41 +100034INSTALL_SSH_PRNG_CMDS=@INSTALL_SSH_PRNG_CMDS@
35
Ben Lindstrom3ad650a2001-01-03 06:02:51 +000036@NO_SFTP@SFTP-SERVER=sftp-server$(EXEEXT)
37
38TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) $(SFTP-SERVER)
Damien Miller7f6ea021999-10-28 13:25:17 +100039
Damien Miller0bc1bd82000-11-13 22:57:25 +110040LIBSSH_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 cygwin_util.o deattack.o dispatch.o hmac.o hostfile.o key.o kex.o log.o match.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 util.o uuencode.o xmalloc.o
Damien Miller16e519c2000-05-09 14:28:55 +100041
Ben Lindstrom67e21e12000-11-05 09:08:45 +000042LIBOPENBSD_COMPAT_OBJS=bsd-arc4random.o bsd-base64.o bsd-bindresvport.o bsd-daemon.o bsd-getcwd.o bsd-inet_aton.o bsd-inet_ntoa.o bsd-misc.o bsd-mktemp.o bsd-realpath.o bsd-rresvport.o bsd-setenv.o bsd-sigaction.o bsd-snprintf.o bsd-strlcat.o bsd-strlcpy.o bsd-strsep.o bsd-strtok.o bsd-vis.o bsd-setproctitle.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o next-posix.o
Damien Miller18ccf851999-12-16 13:06:18 +110043
Damien Millereba71ba2000-04-29 23:57:08 +100044SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o log-client.o readconf.o clientloop.o
Damien Millere72b7af1999-12-30 15:08:44 +110045
Damien Millerb8481582000-12-03 11:51:51 +110046SSHDOBJS= sshd.o auth.o auth1.o auth2.o auth-skey.o auth2-skey.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
Damien Millere72b7af1999-12-30 15:08:44 +110047
Ben Lindstromb6434ae2000-12-05 01:15:09 +000048TROFFMAN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8
49CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh-keyscan.0 ssh.0 sshd.0 sftp-server.0
Damien Miller670a4b82000-01-22 13:53:11 +110050MANPAGES = @MANTYPE@
Damien Miller645c5982000-01-03 14:42:09 +110051
Damien Miller0986b552000-11-11 08:36:38 +110052CONFIGFILES=sshd_config ssh_config primes
Damien Miller645c5982000-01-03 14:42:09 +110053
Damien Millera19cf472000-11-29 13:28:50 +110054PATHSUBS = \
55 -D/etc/ssh_config=$(sysconfdir)/ssh_config \
56 -D/etc/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts \
57 -D/etc/sshd_config=$(sysconfdir)/sshd_config \
58 -D/usr/libexec=$(libexecdir) \
59 -D/etc/shosts.equiv=$(sysconfdir)/shosts.equiv \
60 -D/etc/ssh_host_key=$(sysconfdir)/ssh_host_key \
61 -D/etc/ssh_host_dsa_key=$(sysconfdir)/ssh_host_dsa_key \
62 -D/etc/ssh_host_rsa_key=$(sysconfdir)/ssh_host_rsa_key \
63 -D/var/run/sshd.pid=$(piddir)/sshd.pid \
64 -D/etc/primes=$(sysconfdir)/primes \
65 -D/etc/sshrc=$(sysconfdir)/sshrc \
66 -D/usr/X11R6/bin/xauth=$(XAUTH_PATH)
Damien Miller886c63a2000-01-20 23:13:36 +110067
68FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
69
Damien Miller74a333b2000-04-04 15:04:09 +100070all: $(TARGETS) $(CONFIGFILES)
71
72manpages: $(MANPAGES)
Damien Miller18ccf851999-12-16 13:06:18 +110073
Damien Miller16e519c2000-05-09 14:28:55 +100074$(LIBSSH_OBJS): config.h
Ben Lindstrom3deda8b2000-12-22 20:27:43 +000075$(SSHOBJS): config.h
76$(SSHDOBJS): config.h
Damien Miller16e519c2000-05-09 14:28:55 +100077$(LIBOPENBSD_COMPAT_OBJS): config.h
78
Ben Lindstromf5410352000-12-29 21:37:22 +000079.c.o:
Ben Lindstrom59f68792000-12-30 03:50:04 +000080 $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
Ben Lindstromf5410352000-12-29 21:37:22 +000081
Damien Miller16e519c2000-05-09 14:28:55 +100082libopenbsd-compat.a: $(LIBOPENBSD_COMPAT_OBJS)
83 $(AR) rv $@ $(LIBOPENBSD_COMPAT_OBJS)
Damien Miller7f6ea021999-10-28 13:25:17 +100084 $(RANLIB) $@
85
Damien Miller16e519c2000-05-09 14:28:55 +100086libssh.a: $(LIBSSH_OBJS)
87 $(AR) rv $@ $(LIBSSH_OBJS)
88 $(RANLIB) $@
Damien Miller7f6ea021999-10-28 13:25:17 +100089
Damien Millerbac2d8a2000-09-05 16:13:06 +110090ssh$(EXEEXT): libopenbsd-compat.a libssh.a $(SSHOBJS)
Damien Miller16e519c2000-05-09 14:28:55 +100091 $(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +100092
Damien Millerbac2d8a2000-09-05 16:13:06 +110093sshd$(EXEEXT): libssh.a libopenbsd-compat.a $(SSHDOBJS)
Damien Miller16e519c2000-05-09 14:28:55 +100094 $(LD) -o $@ $(SSHDOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +100095
Ben Lindstrom88c33972001-01-02 04:55:52 +000096scp$(EXEEXT): libopenbsd-compat.a libssh.a scp.o log-client.o
97 $(LD) -o $@ scp.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +100098
Damien Millerbac2d8a2000-09-05 16:13:06 +110099ssh-add$(EXEEXT): libopenbsd-compat.a libssh.a ssh-add.o log-client.o
Damien Miller16e519c2000-05-09 14:28:55 +1000100 $(LD) -o $@ ssh-add.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000101
Damien Millerbac2d8a2000-09-05 16:13:06 +1100102ssh-agent$(EXEEXT): libopenbsd-compat.a libssh.a ssh-agent.o log-client.o
Damien Miller16e519c2000-05-09 14:28:55 +1000103 $(LD) -o $@ ssh-agent.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
104
Damien Millerbac2d8a2000-09-05 16:13:06 +1100105ssh-keygen$(EXEEXT): libopenbsd-compat.a libssh.a ssh-keygen.o log-client.o
Damien Miller16e519c2000-05-09 14:28:55 +1000106 $(LD) -o $@ ssh-keygen.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000107
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000108ssh-keyscan$(EXEEXT): libopenbsd-compat.a libssh.a log-client.o ssh-keyscan.o
109 $(LD) -o $@ ssh-keyscan.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
110
Damien Millerbac2d8a2000-09-05 16:13:06 +1100111sftp-server$(EXEEXT): libopenbsd-compat.a libssh.a sftp-server.o log-server.o
Damien Miller7b28dc52000-09-05 13:34:53 +1100112 $(LD) -o $@ sftp-server.o log-server.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
113
andre2ff7b5d2000-06-03 14:57:40 +0000114# test driver for the loginrec code - not built by default
115logintest: logintest.o libopenbsd-compat.a libssh.a log-client.o loginrec.o
116 $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh log-client.o $(LIBS)
117
Damien Miller886c63a2000-01-20 23:13:36 +1100118$(MANPAGES) $(CONFIGFILES)::
119 $(FIXPATHSCMD) $(srcdir)/$@
Damien Miller645c5982000-01-03 14:42:09 +1100120
Damien Miller34132e52000-01-14 15:45:46 +1100121clean:
andre2ff7b5d2000-06-03 14:57:40 +0000122 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
Damien Miller615f9392000-05-17 22:53:33 +1000123 rm -f *.out core
Damien Miller34132e52000-01-14 15:45:46 +1100124
125distclean: clean
Damien Miller615f9392000-05-17 22:53:33 +1000126 rm -f Makefile config.h config.status ssh_prng_cmds *~
Damien Miller34132e52000-01-14 15:45:46 +1100127
128mrproper: distclean
129
130veryclean: distclean
Damien Miller670a4b82000-01-22 13:53:11 +1100131 rm -f configure config.h.in *.0
132
133catman-do:
134 @for f in $(TROFFMAN) ; do \
Damien Millerfa610a12000-12-27 16:44:51 +1100135 base=`echo $$f | sed 's/\..*$$//'` ; \
136 echo "$$f -> $$base.0" ; \
Damien Miller670a4b82000-01-22 13:53:11 +1100137 nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
Damien Millerfa610a12000-12-27 16:44:51 +1100138 >$$base.0 ; \
Damien Miller670a4b82000-01-22 13:53:11 +1100139 done
Damien Miller34132e52000-01-14 15:45:46 +1100140
Damien Miller262ff172000-06-28 08:24:49 +1000141distprep: catman-do
142 autoreconf
143
Damien Miller099f5052000-06-22 20:57:11 +1000144install: manpages $(TARGETS) install-files host-key
145
146install-files:
Damien Miller78315eb2000-09-29 23:01:36 +1100147 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
148 $(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
149 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)
150 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
151 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
152 $(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
153 $(INSTALL) -m $(SSH_MODE) -s ssh $(DESTDIR)$(bindir)/ssh
Damien Miller729e1f12000-08-07 15:39:13 +1000154 $(INSTALL) -m 0755 -s scp $(DESTDIR)$(bindir)/scp
155 $(INSTALL) -m 0755 -s ssh-add $(DESTDIR)$(bindir)/ssh-add
156 $(INSTALL) -m 0755 -s ssh-agent $(DESTDIR)$(bindir)/ssh-agent
157 $(INSTALL) -m 0755 -s ssh-keygen $(DESTDIR)$(bindir)/ssh-keygen
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000158 $(INSTALL) -m 0775 -s ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan
Damien Miller729e1f12000-08-07 15:39:13 +1000159 $(INSTALL) -m 0755 -s sshd $(DESTDIR)$(sbindir)/sshd
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000160 @NO_SFTP@$(INSTALL) -m 0755 -s sftp-server $(DESTDIR)$(libexecdir)/sftp-server
Damien Miller7d7c60d2000-01-26 14:37:48 +1100161 $(INSTALL) -m 644 ssh.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
162 $(INSTALL) -m 644 scp.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
163 $(INSTALL) -m 644 ssh-add.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
164 $(INSTALL) -m 644 ssh-agent.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
165 $(INSTALL) -m 644 ssh-keygen.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
Ben Lindstrom4cc90a42000-12-10 22:12:54 +0000166 $(INSTALL) -m 644 ssh-keyscan.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
Damien Miller7d7c60d2000-01-26 14:37:48 +1100167 $(INSTALL) -m 644 sshd.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000168 @NO_SFTP@$(INSTALL) -m 644 sftp-server.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
Damien Miller7d7c60d2000-01-26 14:37:48 +1100169 -rm -f $(DESTDIR)$(bindir)/slogin
Damien Millerbac2d8a2000-09-05 16:13:06 +1100170 ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
Damien Miller7d7c60d2000-01-26 14:37:48 +1100171 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
172 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
Damien Miller78315eb2000-09-29 23:01:36 +1100173 @FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin
Damien Miller0986b552000-11-11 08:36:38 +1100174 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
Damien Miller78315eb2000-09-29 23:01:36 +1100175 $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
Damien Miller0986b552000-11-11 08:36:38 +1100176 fi
177 if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config ]; then \
Damien Miller7d7c60d2000-01-26 14:37:48 +1100178 $(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100179 else \
180 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
Damien Miller0986b552000-11-11 08:36:38 +1100181 fi
182 if [ ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \
Damien Miller7d7c60d2000-01-26 14:37:48 +1100183 $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100184 else \
185 echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
Damien Miller296a5461999-11-13 10:48:51 +1100186 fi
Damien Miller0437b332000-05-02 09:56:41 +1000187 if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
Damien Miller78315eb2000-09-29 23:01:36 +1100188 $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
Damien Millere4041c92000-10-14 17:45:58 +1100189 if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
190 $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100191 else \
192 echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
Damien Millere4041c92000-10-14 17:45:58 +1100193 fi ; \
Damien Miller0437b332000-05-02 09:56:41 +1000194 fi
Damien Miller0986b552000-11-11 08:36:38 +1100195 if [ ! -f $(DESTDIR)$(sysconfdir)/primes ]; then \
Ben Lindstrombaaa2c02000-11-17 00:22:17 +0000196 $(INSTALL) -m 644 primes.out $(DESTDIR)$(sysconfdir)/primes; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100197 else \
198 echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite"; \
Damien Miller0986b552000-11-11 08:36:38 +1100199 fi
Damien Miller296a5461999-11-13 10:48:51 +1100200
Damien Millerbac2d8a2000-09-05 16:13:06 +1100201host-key: ssh-keygen$(EXEEXT)
Damien Miller54ba4692000-07-11 18:39:20 +1000202 if [ -z "$(DESTDIR)" ] ; then \
203 if [ -f "$(DESTDIR)$(sysconfdir)/ssh_host_key" ] ; then \
204 echo "$(DESTDIR)$(sysconfdir)/ssh_host_key already exists, skipping." ; \
205 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000206 ./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N "" ; \
Damien Miller54ba4692000-07-11 18:39:20 +1000207 fi ; \
208 if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key ] ; then \
209 echo "$(DESTDIR)$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
210 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000211 ./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N "" ; \
Damien Miller0bc1bd82000-11-13 22:57:25 +1100212 fi ; \
213 if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key ] ; then \
214 echo "$(DESTDIR)$(sysconfdir)/ssh_host_rsa_key already exists, skipping." ; \
215 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000216 ./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N "" ; \
Damien Miller54ba4692000-07-11 18:39:20 +1000217 fi ; \
Damien Miller099f5052000-06-22 20:57:11 +1000218 fi ;
219
Damien Millerbac2d8a2000-09-05 16:13:06 +1100220host-key-force: ssh-keygen$(EXEEXT)
Ben Lindstrom65571522000-11-16 02:46:20 +0000221 ./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N ""
222 ./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N ""
223 ./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N ""
Damien Miller4095f892000-03-03 22:13:52 +1100224
Damien Millerbf1c9b21999-12-09 10:16:54 +1100225uninstallall: uninstall
Damien Miller7d7c60d2000-01-26 14:37:48 +1100226 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config
227 -rm -f $(DESTDIR)$(sysconfdir)/sshd_config
Damien Miller0437b332000-05-02 09:56:41 +1000228 -rm -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds
Damien Miller7d7c60d2000-01-26 14:37:48 +1100229 -rmdir $(DESTDIR)$(sysconfdir)
230 -rmdir $(DESTDIR)$(bindir)
231 -rmdir $(DESTDIR)$(sbindir)
232 -rmdir $(DESTDIR)$(mandir)/$(mansubdir)1
233 -rmdir $(DESTDIR)$(mandir)/$(mansubdir)8
234 -rmdir $(DESTDIR)$(mandir)
235 -rmdir $(DESTDIR)$(libexecdir)
Damien Millerbf1c9b21999-12-09 10:16:54 +1100236
237uninstall:
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000238 -rm -f $(DESTDIR)$(bindir)/slogin
Damien Millerbac2d8a2000-09-05 16:13:06 +1100239 -rm -f $(DESTDIR)$(bindir)/ssh$(EXEEXT)
240 -rm -f $(DESTDIR)$(bindir)/scp$(EXEEXT)
241 -rm -f $(DESTDIR)$(bindir)/ssh-add$(EXEEXT)
242 -rm -f $(DESTDIR)$(bindir)/ssh-agent$(EXEEXT)
243 -rm -f $(DESTDIR)$(bindir)/ssh-keygen$(EXEEXT)
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000244 -rm -f $(DESTDIR)$(bindir)/ssh-keyscan$(EXEEXT)
Damien Millerbac2d8a2000-09-05 16:13:06 +1100245 -rm -f $(DESTDIR)$(sbindir)/sshd$(EXEEXT)
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000246 -rm -r $(DESTDIR)$(libexecdir)/sftp-server$(EXEEXT)
Damien Miller7d7c60d2000-01-26 14:37:48 +1100247 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
248 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
249 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
250 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
251 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000252 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
Damien Miller7d7c60d2000-01-26 14:37:48 +1100253 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000254 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
Damien Miller7d7c60d2000-01-26 14:37:48 +1100255 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
256 -rm -f $(DESTDIR)${ASKPASS_PROGRAM}