blob: d7f338c0f76f410c1a60cab58383b0d66cf4cf53 [file] [log] [blame]
Darren Tuckerdce7a922010-01-08 19:27:57 +11001# $Id: Makefile.in,v 1.303 2010/01/08 08:27:57 dtucker Exp $
Tim Rice0502a472002-05-08 16:04:14 -07002
Tim Ricea7a5d6d2002-05-09 07:05:59 -07003# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@
Damien Millerb797b922001-02-04 23:27:00 +11005
Damien Millerf58c6722002-05-13 13:15:42 +10006AUTORECONF=autoreconf
7
Damien Miller7f6ea021999-10-28 13:25:17 +10008prefix=@prefix@
9exec_prefix=@exec_prefix@
10bindir=@bindir@
11sbindir=@sbindir@
Damien Millere2324551999-11-19 17:18:57 +110012libexecdir=@libexecdir@
Damien Millerd97c2ce2001-09-18 15:06:21 +100013datadir=@datadir@
Tim Ricebcf8be32006-10-23 14:44:47 -070014datarootdir=@datarootdir@
Damien Miller94388161999-10-29 09:57:31 +100015mandir=@mandir@
Ben Lindstrombc709922001-04-18 18:04:21 +000016mansubdir=@mansubdir@
Damien Miller296a5461999-11-13 10:48:51 +110017sysconfdir=@sysconfdir@
Damien Millerb13c73e2000-01-17 22:02:17 +110018piddir=@piddir@
19srcdir=@srcdir@
20top_srcdir=@top_srcdir@
Damien Miller7f6ea021999-10-28 13:25:17 +100021
Damien Miller7d7c60d2000-01-26 14:37:48 +110022DESTDIR=
Damien Millerc0d73901999-12-27 09:23:58 +110023VPATH=@srcdir@
Damien Millerc7b38ce1999-11-09 10:28:04 +110024SSH_PROGRAM=@bindir@/ssh
Damien Miller606f8802000-09-16 15:39:56 +110025ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
Damien Millerd7686fd2001-02-10 00:40:03 +110026SFTP_SERVER=$(libexecdir)/sftp-server
Ben Lindstromdb41d232002-06-07 03:11:38 +000027SSH_KEYSIGN=$(libexecdir)/ssh-keysign
28RAND_HELPER=$(libexecdir)/ssh-rand-helper
Damien Millerf58c6722002-05-13 13:15:42 +100029PRIVSEP_PATH=@PRIVSEP_PATH@
Damien Millerd3f6ad22002-06-25 10:24:47 +100030SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@
Damien Miller7d901272003-01-13 16:55:22 +110031STRIP_OPT=@STRIP_OPT@
Damien Millerd7686fd2001-02-10 00:40:03 +110032
Damien Miller05eda432002-02-10 18:32:28 +110033PATHS= -DSSHDIR=\"$(sysconfdir)\" \
Damien Millerd7686fd2001-02-10 00:40:03 +110034 -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
35 -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \
Ben Lindstrombc709922001-04-18 18:04:21 +000036 -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \
Ben Lindstromdb41d232002-06-07 03:11:38 +000037 -D_PATH_SSH_KEY_SIGN=\"$(SSH_KEYSIGN)\" \
Damien Miller62116dc2001-12-24 01:41:47 +110038 -D_PATH_SSH_PIDDIR=\"$(piddir)\" \
Damien Miller4c954172002-05-13 14:12:05 +100039 -D_PATH_PRIVSEP_CHROOT_DIR=\"$(PRIVSEP_PATH)\" \
Ben Lindstromdb41d232002-06-07 03:11:38 +000040 -DSSH_RAND_HELPER=\"$(RAND_HELPER)\"
Damien Millerc7b38ce1999-11-09 10:28:04 +110041
Damien Miller7f6ea021999-10-28 13:25:17 +100042CC=@CC@
Damien Miller166bd442000-03-16 10:48:25 +110043LD=@LD@
Ben Lindstrom28bfc0d2000-12-18 19:58:57 +000044CFLAGS=@CFLAGS@
Damien Miller3c027682001-03-14 11:39:45 +110045CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@
Damien Millerd3dcfaf1999-11-09 13:52:33 +110046LIBS=@LIBS@
Damien Miller1b06dc32006-08-31 03:24:41 +100047SSHDLIBS=@SSHDLIBS@
Darren Tucker16bcc1c2004-11-07 20:14:34 +110048LIBEDIT=@LIBEDIT@
Damien Miller7f6ea021999-10-28 13:25:17 +100049AR=@AR@
Darren Tucker167bd9c2003-09-07 12:34:54 +100050AWK=@AWK@
Damien Miller7f6ea021999-10-28 13:25:17 +100051RANLIB=@RANLIB@
Damien Millerd8087f61999-11-25 12:31:26 +110052INSTALL=@INSTALL@
Damien Millere79334a1999-12-29 10:03:37 +110053PERL=@PERL@
Tim Riced0d7a8b2003-01-08 17:22:59 -080054SED=@SED@
Damien Miller8d1fd572000-05-17 21:34:07 +100055ENT=@ENT@
Damien Millera19cf472000-11-29 13:28:50 +110056XAUTH_PATH=@XAUTH_PATH@
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +000057LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@
Damien Millerbac2d8a2000-09-05 16:13:06 +110058EXEEXT=@EXEEXT@
Damien Miller7f6ea021999-10-28 13:25:17 +100059
Damien Miller0437b332000-05-02 09:56:41 +100060INSTALL_SSH_PRNG_CMDS=@INSTALL_SSH_PRNG_CMDS@
Damien Miller6c21c512002-01-22 21:57:53 +110061INSTALL_SSH_RAND_HELPER=@INSTALL_SSH_RAND_HELPER@
Damien Miller0437b332000-05-02 09:56:41 +100062
Ben Lindstrom5bd6eb72003-03-21 00:34:34 +000063TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) ssh-rand-helper${EXEEXT} sftp-server$(EXEEXT) sftp$(EXEEXT)
Damien Miller7f6ea021999-10-28 13:25:17 +100064
Damien Millerf53429b2006-04-23 12:15:08 +100065LIBSSH_OBJS=acss.o authfd.o authfile.o bufaux.o bufbn.o buffer.o \
Damien Miller4f0fe682004-01-27 21:19:21 +110066 canohost.o channels.o cipher.o cipher-acss.o cipher-aes.o \
67 cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o \
68 compat.o compress.o crc32.o deattack.o fatal.o hostfile.o \
Damien Miller471e9b32006-03-15 13:09:18 +110069 log.o match.o md-sha256.o moduli.o nchan.o packet.o \
Darren Tuckerb8e05002008-06-11 09:47:59 +100070 readpass.o rsa.o ttymodes.o xmalloc.o addrmatch.o \
Darren Tucker0cbc3c62004-08-15 21:01:37 +100071 atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o \
Damien Miller5e6f4db2004-06-15 10:44:40 +100072 monitor_fdpass.o rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o \
73 kexgex.o kexdhc.o kexgexc.o scard.o msg.o progressmeter.o dns.o \
Damien Miller01ed2272008-11-05 16:20:46 +110074 entropy.o scard-opensc.o gss-genr.o umac.o jpake.o schnorr.o
Damien Miller18ccf851999-12-16 13:06:18 +110075
Damien Millerd1940482003-02-24 12:18:46 +110076SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
Darren Tuckerc5564e12009-06-21 18:53:53 +100077 sshconnect.o sshconnect1.o sshconnect2.o mux.o \
Darren Tuckerdce7a922010-01-08 19:27:57 +110078 roaming_common.o roaming_client.o
Damien Millere72b7af1999-12-30 15:08:44 +110079
Damien Millerd1940482003-02-24 12:18:46 +110080SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
Darren Tucker25f60a72004-08-15 17:23:34 +100081 sshpty.o sshlogin.o servconf.o serverloop.o \
Damien Millerd1940482003-02-24 12:18:46 +110082 auth.o auth1.o auth2.o auth-options.o session.o \
83 auth-chall.o auth2-chall.o groupaccess.o \
84 auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \
Damien Miller01ed2272008-11-05 16:20:46 +110085 auth2-none.o auth2-passwd.o auth2-pubkey.o auth2-jpake.o \
Damien Miller5e6f4db2004-06-15 10:44:40 +100086 monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o \
Darren Tuckerb8e05002008-06-11 09:47:59 +100087 auth-krb5.o \
Darren Tucker49aaf4a2003-08-26 11:58:16 +100088 auth2-gss.o gss-serv.o gss-serv-krb5.o \
Darren Tuckerd9f88912005-02-20 21:01:48 +110089 loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o \
Darren Tuckerc5564e12009-06-21 18:53:53 +100090 audit.o audit-bsm.o platform.o sftp-server.o sftp-common.o \
Darren Tuckerdce7a922010-01-08 19:27:57 +110091 roaming_common.o roaming_serv.o
Damien Millere72b7af1999-12-30 15:08:44 +110092
Damien Miller60dcc622008-06-26 15:59:32 +100093MANPAGES = moduli.5.out scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out ssh-rand-helper.8.out ssh-keysign.8.out sshd_config.5.out ssh_config.5.out
94MANPAGES_IN = moduli.5 scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-rand-helper.8 ssh-keysign.8 sshd_config.5 ssh_config.5
Damien Miller897741e2001-04-16 10:41:46 +100095MANTYPE = @MANTYPE@
Damien Miller645c5982000-01-03 14:42:09 +110096
Damien Millerb5b0af42001-06-27 21:52:32 +100097CONFIGFILES=sshd_config.out ssh_config.out moduli.out
98CONFIGFILES_IN=sshd_config ssh_config moduli
Damien Miller645c5982000-01-03 14:42:09 +110099
Damien Millera19cf472000-11-29 13:28:50 +1100100PATHSUBS = \
Tim Riced0d7a8b2003-01-08 17:22:59 -0800101 -e 's|/etc/ssh/ssh_prng_cmds|$(sysconfdir)/ssh_prng_cmds|g' \
102 -e 's|/etc/ssh/ssh_config|$(sysconfdir)/ssh_config|g' \
103 -e 's|/etc/ssh/ssh_known_hosts|$(sysconfdir)/ssh_known_hosts|g' \
104 -e 's|/etc/ssh/sshd_config|$(sysconfdir)/sshd_config|g' \
105 -e 's|/usr/libexec|$(libexecdir)|g' \
106 -e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \
107 -e 's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \
108 -e 's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \
109 -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \
110 -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \
Damien Miller60dcc622008-06-26 15:59:32 +1000111 -e 's|/etc/moduli|$(sysconfdir)/moduli|g' \
Tim Riced0d7a8b2003-01-08 17:22:59 -0800112 -e 's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \
Darren Tucker12259d92006-08-22 22:24:10 +1000113 -e 's|/etc/ssh/sshrc|$(sysconfdir)/sshrc|g' \
Tim Riced0d7a8b2003-01-08 17:22:59 -0800114 -e 's|/usr/X11R6/bin/xauth|$(XAUTH_PATH)|g' \
115 -e 's|/var/empty|$(PRIVSEP_PATH)|g' \
116 -e 's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g'
Damien Miller886c63a2000-01-20 23:13:36 +1100117
Tim Riced0d7a8b2003-01-08 17:22:59 -0800118FIXPATHSCMD = $(SED) $(PATHSUBS)
Damien Miller886c63a2000-01-20 23:13:36 +1100119
Darren Tuckere8831092003-05-10 16:48:23 +1000120all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS)
Damien Miller18ccf851999-12-16 13:06:18 +1100121
Damien Millereff041d2003-05-15 21:33:46 +1000122$(LIBSSH_OBJS): Makefile.in config.h
123$(SSHOBJS): Makefile.in config.h
124$(SSHDOBJS): Makefile.in config.h
Damien Miller16e519c2000-05-09 14:28:55 +1000125
Ben Lindstromf5410352000-12-29 21:37:22 +0000126.c.o:
Ben Lindstrom59f68792000-12-30 03:50:04 +0000127 $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
Ben Lindstromf5410352000-12-29 21:37:22 +0000128
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000129LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
Tim Rice13aae5e2001-10-21 17:53:58 -0700130$(LIBCOMPAT): always
Damien Millerf41d6182001-11-12 10:34:22 +1100131 (cd openbsd-compat && $(MAKE))
Tim Rice13aae5e2001-10-21 17:53:58 -0700132always:
Damien Miller7f6ea021999-10-28 13:25:17 +1000133
Damien Miller16e519c2000-05-09 14:28:55 +1000134libssh.a: $(LIBSSH_OBJS)
135 $(AR) rv $@ $(LIBSSH_OBJS)
136 $(RANLIB) $@
Damien Miller7f6ea021999-10-28 13:25:17 +1000137
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000138ssh$(EXEEXT): $(LIBCOMPAT) libssh.a $(SSHOBJS)
Damien Miller16e519c2000-05-09 14:28:55 +1000139 $(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000140
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000141sshd$(EXEEXT): libssh.a $(LIBCOMPAT) $(SSHDOBJS)
Darren Tucker20e9f972007-03-25 18:26:01 +1000142 $(LD) -o $@ $(SSHDOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(SSHDLIBS) $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000143
Damien Miller62d57f62003-01-10 21:43:24 +1100144scp$(EXEEXT): $(LIBCOMPAT) libssh.a scp.o progressmeter.o
Damien Miller2dcddbf2006-01-01 19:47:05 +1100145 $(LD) -o $@ scp.o progressmeter.o bufaux.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000146
Kevin Stevesbe48f2b2001-04-06 01:58:37 +0000147ssh-add$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-add.o
Damien Millera8e06ce2003-11-21 23:48:55 +1100148 $(LD) -o $@ ssh-add.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000149
Kevin Stevesbe48f2b2001-04-06 01:58:37 +0000150ssh-agent$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-agent.o
Damien Millera8e06ce2003-11-21 23:48:55 +1100151 $(LD) -o $@ ssh-agent.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller16e519c2000-05-09 14:28:55 +1000152
Kevin Stevesbe48f2b2001-04-06 01:58:37 +0000153ssh-keygen$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keygen.o
Damien Millera8e06ce2003-11-21 23:48:55 +1100154 $(LD) -o $@ ssh-keygen.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000155
Damien Miller350666d2009-10-02 11:50:55 +1000156ssh-keysign$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keysign.o roaming_dummy.o readconf.o
Darren Tuckerc5564e12009-06-21 18:53:53 +1000157 $(LD) -o $@ ssh-keysign.o readconf.o roaming_dummy.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Ben Lindstrom1bad2562002-06-06 19:57:33 +0000158
Darren Tuckerc5564e12009-06-21 18:53:53 +1000159ssh-keyscan$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keyscan.o roaming_dummy.o
160 $(LD) -o $@ ssh-keyscan.o roaming_dummy.o $(LDFLAGS) -lssh -lopenbsd-compat -lssh $(LIBS)
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000161
Damien Millerd8cb1f12008-02-10 22:40:12 +1100162sftp-server$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-common.o sftp-server.o sftp-server-main.o
163 $(LD) -o $@ sftp-server.o sftp-common.o sftp-server-main.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller33804262001-02-04 23:20:18 +1100164
Damien Miller20e1fab2004-02-18 14:30:55 +1100165sftp$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-client.o sftp-common.o sftp-glob.o progressmeter.o
Darren Tucker16bcc1c2004-11-07 20:14:34 +1100166 $(LD) -o $@ progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) $(LIBEDIT)
Damien Miller7b28dc52000-09-05 13:34:53 +1100167
Kevin Steves94435082001-12-25 04:32:58 +0000168ssh-rand-helper${EXEEXT}: $(LIBCOMPAT) libssh.a ssh-rand-helper.o
169 $(LD) -o $@ ssh-rand-helper.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller62116dc2001-12-24 01:41:47 +1100170
andre2ff7b5d2000-06-03 14:57:40 +0000171# test driver for the loginrec code - not built by default
Kevin Stevesbe48f2b2001-04-06 01:58:37 +0000172logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o
173 $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS)
andre2ff7b5d2000-06-03 14:57:40 +0000174
Ben Lindstrom38862182001-04-27 00:31:07 +0000175$(MANPAGES): $(MANPAGES_IN)
Damien Miller897741e2001-04-16 10:41:46 +1000176 if test "$(MANTYPE)" = "cat"; then \
Ben Lindstrom38862182001-04-27 00:31:07 +0000177 manpage=$(srcdir)/`echo $@ | sed 's/\.[1-9]\.out$$/\.0/'`; \
Damien Miller897741e2001-04-16 10:41:46 +1000178 else \
Ben Lindstrom38862182001-04-27 00:31:07 +0000179 manpage=$(srcdir)/`echo $@ | sed 's/\.out$$//'`; \
Damien Miller897741e2001-04-16 10:41:46 +1000180 fi; \
181 if test "$(MANTYPE)" = "man"; then \
Darren Tucker167bd9c2003-09-07 12:34:54 +1000182 $(FIXPATHSCMD) $${manpage} | $(AWK) -f $(srcdir)/mdoc2man.awk > $@; \
Damien Miller897741e2001-04-16 10:41:46 +1000183 else \
Ben Lindstrom38862182001-04-27 00:31:07 +0000184 $(FIXPATHSCMD) $${manpage} > $@; \
Damien Miller897741e2001-04-16 10:41:46 +1000185 fi
186
Ben Lindstrom38862182001-04-27 00:31:07 +0000187$(CONFIGFILES): $(CONFIGFILES_IN)
188 conffile=`echo $@ | sed 's/.out$$//'`; \
189 $(FIXPATHSCMD) $(srcdir)/$${conffile} > $@
Damien Miller645c5982000-01-03 14:42:09 +1100190
Darren Tuckere8831092003-05-10 16:48:23 +1000191ssh_prng_cmds.out: ssh_prng_cmds
192 if test ! -z "$(INSTALL_SSH_PRNG_CMDS)"; then \
193 $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
194 fi
195
Darren Tuckerd188a122005-05-29 17:22:29 +1000196# fake rule to stop make trying to compile moduli.o into a binary "moduli.o"
Darren Tuckerb2f9d412003-08-02 23:51:38 +1000197moduli:
198 echo
199
Darren Tucker782390e2003-09-22 10:58:55 +1000200clean: regressclean
Damien Millera8e06ce2003-11-21 23:48:55 +1100201 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
Darren Tucker72c025d2005-01-18 12:05:18 +1100202 rm -f *.out core survey
Damien Millerf41d6182001-11-12 10:34:22 +1100203 (cd openbsd-compat && $(MAKE) clean)
Damien Miller34132e52000-01-14 15:45:46 +1100204
Darren Tucker782390e2003-09-22 10:58:55 +1000205distclean: regressclean
Damien Millera8e06ce2003-11-21 23:48:55 +1100206 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
Damien Miller223897a2006-09-12 21:54:10 +1000207 rm -f *.out core opensshd.init openssh.xml
Damien Miller24f2a422006-07-24 15:30:18 +1000208 rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds
209 rm -f survey.sh openbsd-compat/regress/Makefile *~
Damien Miller7c734052001-10-12 19:15:27 +1000210 rm -rf autom4te.cache
Damien Millerf41d6182001-11-12 10:34:22 +1100211 (cd openbsd-compat && $(MAKE) distclean)
212 (cd scard && $(MAKE) distclean)
Tim Rice6f1f7582004-05-30 21:38:51 -0700213 if test -d pkg ; then \
214 rm -fr pkg ; \
215 fi
Damien Miller8f6bc302001-07-14 13:07:43 +1000216
Damien Millera47f5262003-05-15 13:23:07 +1000217veryclean: distclean
Damien Miller8f6bc302001-07-14 13:07:43 +1000218 rm -f configure config.h.in *.0
Damien Miller34132e52000-01-14 15:45:46 +1100219
Damien Millera47f5262003-05-15 13:23:07 +1000220mrproper: veryclean
221
222realclean: veryclean
Damien Miller34132e52000-01-14 15:45:46 +1100223
Ben Lindstrome2e66a22001-04-18 15:46:01 +0000224catman-do:
Ben Lindstrom38862182001-04-27 00:31:07 +0000225 @for f in $(MANPAGES_IN) ; do \
Ben Lindstrome2e66a22001-04-18 15:46:01 +0000226 base=`echo $$f | sed 's/\..*$$//'` ; \
227 echo "$$f -> $$base.0" ; \
228 nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
229 >$$base.0 ; \
230 done
Damien Miller34132e52000-01-14 15:45:46 +1100231
Ben Lindstrome2e66a22001-04-18 15:46:01 +0000232distprep: catman-do
Damien Millerf58c6722002-05-13 13:15:42 +1000233 $(AUTORECONF)
Damien Miller6f1f6112003-10-07 10:18:22 +1000234 -rm -rf autom4te.cache
Damien Millerf41d6182001-11-12 10:34:22 +1100235 (cd scard && $(MAKE) -f Makefile.in distprep)
Damien Miller262ff172000-06-28 08:24:49 +1000236
Darren Tuckerdc8fc622005-02-26 10:12:38 +1100237install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config
238install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf
239install-nosysconf: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
Damien Miller099f5052000-06-22 20:57:11 +1000240
Tim Rice95210192002-07-14 10:02:20 -0700241check-config:
242 -$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
Damien Millerd3f6ad22002-06-25 10:24:47 +1000243
Damien Millerd97c2ce2001-09-18 15:06:21 +1000244scard-install:
Damien Miller7d4a2682009-08-28 10:47:38 +1000245 (cd scard && env DESTDIR=$(DESTDIR) $(MAKE) DESTDIR=$(DESTDIR) install)
Damien Millerd97c2ce2001-09-18 15:06:21 +1000246
247install-files: scard-install
Damien Miller78315eb2000-09-29 23:01:36 +1100248 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
249 $(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
250 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)
Damien Millerd97c2ce2001-09-18 15:06:21 +1000251 $(srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
Ben Lindstrombc709922001-04-18 18:04:21 +0000252 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
Ben Lindstrom90ac0b52002-06-21 01:38:53 +0000253 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)5
Ben Lindstrombc709922001-04-18 18:04:21 +0000254 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
Damien Miller78315eb2000-09-29 23:01:36 +1100255 $(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
Tim Ricecc252062002-07-07 13:30:45 -0700256 (umask 022 ; $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH))
Damien Miller7d901272003-01-13 16:55:22 +1100257 $(INSTALL) -m 0755 $(STRIP_OPT) ssh $(DESTDIR)$(bindir)/ssh
258 $(INSTALL) -m 0755 $(STRIP_OPT) scp $(DESTDIR)$(bindir)/scp
259 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-add $(DESTDIR)$(bindir)/ssh-add
260 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-agent $(DESTDIR)$(bindir)/ssh-agent
261 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-keygen $(DESTDIR)$(bindir)/ssh-keygen
262 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan
263 $(INSTALL) -m 0755 $(STRIP_OPT) sshd $(DESTDIR)$(sbindir)/sshd
Damien Miller6c21c512002-01-22 21:57:53 +1100264 if test ! -z "$(INSTALL_SSH_RAND_HELPER)" ; then \
Damien Miller7d901272003-01-13 16:55:22 +1100265 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-rand-helper $(DESTDIR)$(libexecdir)/ssh-rand-helper ; \
Damien Miller6c21c512002-01-22 21:57:53 +1100266 fi
Damien Miller7d901272003-01-13 16:55:22 +1100267 $(INSTALL) -m 4711 $(STRIP_OPT) ssh-keysign $(DESTDIR)$(SSH_KEYSIGN)
Ben Lindstrom5bd6eb72003-03-21 00:34:34 +0000268 $(INSTALL) -m 0755 $(STRIP_OPT) sftp $(DESTDIR)$(bindir)/sftp
269 $(INSTALL) -m 0755 $(STRIP_OPT) sftp-server $(DESTDIR)$(SFTP_SERVER)
Ben Lindstrombc709922001-04-18 18:04:21 +0000270 $(INSTALL) -m 644 ssh.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
271 $(INSTALL) -m 644 scp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
272 $(INSTALL) -m 644 ssh-add.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
273 $(INSTALL) -m 644 ssh-agent.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
274 $(INSTALL) -m 644 ssh-keygen.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
275 $(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
Damien Miller60dcc622008-06-26 15:59:32 +1000276 $(INSTALL) -m 644 moduli.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/moduli.5
Ben Lindstrom90ac0b52002-06-21 01:38:53 +0000277 $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5
278 $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5
Ben Lindstrombc709922001-04-18 18:04:21 +0000279 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
Tim Rice2b3897c2002-06-25 16:45:42 -0700280 if [ ! -z "$(INSTALL_SSH_RAND_HELPER)" ]; then \
Damien Miller8be24f32002-04-15 13:23:59 +1000281 $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \
Damien Miller32e48182002-04-14 19:27:12 +1000282 fi
Ben Lindstrom5bd6eb72003-03-21 00:34:34 +0000283 $(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
284 $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
Ben Lindstromdb41d232002-06-07 03:11:38 +0000285 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
Damien Miller7d7c60d2000-01-26 14:37:48 +1100286 -rm -f $(DESTDIR)$(bindir)/slogin
Tim Rice2d0bf3d2002-07-08 19:10:05 -0700287 ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
Damien Miller7d7c60d2000-01-26 14:37:48 +1100288 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
Tim Rice2d0bf3d2002-07-08 19:10:05 -0700289 ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
Darren Tuckerdc8fc622005-02-26 10:12:38 +1100290
291install-sysconf:
Damien Miller0986b552000-11-11 08:36:38 +1100292 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
Damien Miller78315eb2000-09-29 23:01:36 +1100293 $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
Damien Miller0986b552000-11-11 08:36:38 +1100294 fi
Tim Rice1363b3c2002-07-12 09:04:06 -0700295 @if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config ]; then \
Damien Miller7d7c60d2000-01-26 14:37:48 +1100296 $(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100297 else \
298 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
Damien Miller0986b552000-11-11 08:36:38 +1100299 fi
Tim Rice1363b3c2002-07-12 09:04:06 -0700300 @if [ ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \
Damien Miller7d7c60d2000-01-26 14:37:48 +1100301 $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100302 else \
303 echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
Damien Miller296a5461999-11-13 10:48:51 +1100304 fi
Darren Tucker25a12342004-08-30 21:33:02 +1000305 @if [ -f ssh_prng_cmds ] && [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
Damien Millere4041c92000-10-14 17:45:58 +1100306 if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
307 $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100308 else \
309 echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
Damien Millere4041c92000-10-14 17:45:58 +1100310 fi ; \
Damien Miller0437b332000-05-02 09:56:41 +1000311 fi
Tim Rice1363b3c2002-07-12 09:04:06 -0700312 @if [ ! -f $(DESTDIR)$(sysconfdir)/moduli ]; then \
Damien Millerb5b0af42001-06-27 21:52:32 +1000313 if [ -f $(DESTDIR)$(sysconfdir)/primes ]; then \
314 echo "moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \
315 mv "$(DESTDIR)$(sysconfdir)/primes" "$(DESTDIR)$(sysconfdir)/moduli"; \
Damien Milleracf59e62001-06-28 20:23:14 +1000316 else \
Damien Millerb5b0af42001-06-27 21:52:32 +1000317 $(INSTALL) -m 644 moduli.out $(DESTDIR)$(sysconfdir)/moduli; \
318 fi ; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100319 else \
Damien Millerb5b0af42001-06-27 21:52:32 +1000320 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
Damien Miller0986b552000-11-11 08:36:38 +1100321 fi
Damien Miller296a5461999-11-13 10:48:51 +1100322
Damien Millerbac2d8a2000-09-05 16:13:06 +1100323host-key: ssh-keygen$(EXEEXT)
Tim Rice1363b3c2002-07-12 09:04:06 -0700324 @if [ -z "$(DESTDIR)" ] ; then \
Damien Miller54ba4692000-07-11 18:39:20 +1000325 if [ -f "$(DESTDIR)$(sysconfdir)/ssh_host_key" ] ; then \
326 echo "$(DESTDIR)$(sysconfdir)/ssh_host_key already exists, skipping." ; \
327 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000328 ./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N "" ; \
Damien Miller54ba4692000-07-11 18:39:20 +1000329 fi ; \
330 if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key ] ; then \
331 echo "$(DESTDIR)$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
332 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000333 ./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N "" ; \
Damien Miller0bc1bd82000-11-13 22:57:25 +1100334 fi ; \
335 if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key ] ; then \
336 echo "$(DESTDIR)$(sysconfdir)/ssh_host_rsa_key already exists, skipping." ; \
337 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000338 ./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N "" ; \
Damien Miller54ba4692000-07-11 18:39:20 +1000339 fi ; \
Damien Miller099f5052000-06-22 20:57:11 +1000340 fi ;
341
Damien Millerbac2d8a2000-09-05 16:13:06 +1100342host-key-force: ssh-keygen$(EXEEXT)
Ben Lindstrom65571522000-11-16 02:46:20 +0000343 ./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N ""
344 ./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N ""
345 ./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N ""
Damien Miller4095f892000-03-03 22:13:52 +1100346
Damien Millerbf1c9b21999-12-09 10:16:54 +1100347uninstallall: uninstall
Damien Miller7d7c60d2000-01-26 14:37:48 +1100348 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config
349 -rm -f $(DESTDIR)$(sysconfdir)/sshd_config
Damien Miller0437b332000-05-02 09:56:41 +1000350 -rm -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds
Damien Miller7d7c60d2000-01-26 14:37:48 +1100351 -rmdir $(DESTDIR)$(sysconfdir)
352 -rmdir $(DESTDIR)$(bindir)
353 -rmdir $(DESTDIR)$(sbindir)
354 -rmdir $(DESTDIR)$(mandir)/$(mansubdir)1
355 -rmdir $(DESTDIR)$(mandir)/$(mansubdir)8
356 -rmdir $(DESTDIR)$(mandir)
357 -rmdir $(DESTDIR)$(libexecdir)
Damien Millerbf1c9b21999-12-09 10:16:54 +1100358
Damien Millera8e06ce2003-11-21 23:48:55 +1100359uninstall:
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000360 -rm -f $(DESTDIR)$(bindir)/slogin
Damien Millerbac2d8a2000-09-05 16:13:06 +1100361 -rm -f $(DESTDIR)$(bindir)/ssh$(EXEEXT)
362 -rm -f $(DESTDIR)$(bindir)/scp$(EXEEXT)
363 -rm -f $(DESTDIR)$(bindir)/ssh-add$(EXEEXT)
364 -rm -f $(DESTDIR)$(bindir)/ssh-agent$(EXEEXT)
365 -rm -f $(DESTDIR)$(bindir)/ssh-keygen$(EXEEXT)
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000366 -rm -f $(DESTDIR)$(bindir)/ssh-keyscan$(EXEEXT)
Damien Miller33804262001-02-04 23:20:18 +1100367 -rm -f $(DESTDIR)$(bindir)/sftp$(EXEEXT)
Damien Millerbac2d8a2000-09-05 16:13:06 +1100368 -rm -f $(DESTDIR)$(sbindir)/sshd$(EXEEXT)
Damien Millerd7686fd2001-02-10 00:40:03 +1100369 -rm -r $(DESTDIR)$(SFTP_SERVER)$(EXEEXT)
Ben Lindstromdb41d232002-06-07 03:11:38 +0000370 -rm -f $(DESTDIR)$(SSH_KEYSIGN)$(EXEEXT)
371 -rm -f $(DESTDIR)$(RAND_HELPER)$(EXEEXT)
Damien Miller7d7c60d2000-01-26 14:37:48 +1100372 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
373 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
374 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
375 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
376 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
Damien Miller33804262001-02-04 23:20:18 +1100377 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000378 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
Damien Miller7d7c60d2000-01-26 14:37:48 +1100379 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
Damien Miller32e48182002-04-14 19:27:12 +1000380 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000381 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
Ben Lindstromdb41d232002-06-07 03:11:38 +0000382 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
Damien Miller7d7c60d2000-01-26 14:37:48 +1100383 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
Darren Tucker150a81c2003-09-04 13:41:06 +1000384
Damien Miller66429962008-03-13 12:05:40 +1100385tests interop-tests: $(TARGETS)
Darren Tucker150a81c2003-09-04 13:41:06 +1000386 BUILDDIR=`pwd`; \
Tim Riceec28ca12003-09-12 13:02:16 -0700387 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
Darren Tucker782390e2003-09-22 10:58:55 +1000388 [ -f `pwd`/regress/Makefile ] || \
Darren Tucker2a502ff2004-08-29 19:52:32 +1000389 ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile ; \
Tim Ricef7ba8f62004-06-20 10:37:32 -0700390 TEST_SHELL="@TEST_SHELL@"; \
Darren Tucker150a81c2003-09-04 13:41:06 +1000391 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
392 TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \
393 TEST_SSH_SSHAGENT="$${BUILDDIR}/ssh-agent"; \
394 TEST_SSH_SSHADD="$${BUILDDIR}/ssh-add"; \
395 TEST_SSH_SSHKEYGEN="$${BUILDDIR}/ssh-keygen"; \
396 TEST_SSH_SSHKEYSCAN="$${BUILDDIR}/ssh-keyscan"; \
397 TEST_SSH_SFTP="$${BUILDDIR}/sftp"; \
398 TEST_SSH_SFTPSERVER="$${BUILDDIR}/sftp-server"; \
Damien Millerc2cefb02008-03-13 12:41:31 +1100399 TEST_SSH_PLINK="plink"; \
400 TEST_SSH_PUTTYGEN="puttygen"; \
Damien Miller42743cb2008-07-05 09:50:23 +1000401 TEST_SSH_CONCH="conch"; \
Darren Tucker5d376902008-06-11 04:15:05 +1000402 TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \
Darren Tucker150a81c2003-09-04 13:41:06 +1000403 cd $(srcdir)/regress || exit $$?; \
404 $(MAKE) \
405 .OBJDIR="$${BUILDDIR}/regress" \
406 .CURDIR="`pwd`" \
Darren Tucker11857652003-09-04 18:04:16 +1000407 BUILDDIR="$${BUILDDIR}" \
Darren Tuckerb12d16f2003-09-14 11:40:35 +1000408 OBJ="$${BUILDDIR}/regress/" \
Darren Tucker150a81c2003-09-04 13:41:06 +1000409 PATH="$${BUILDDIR}:$${PATH}" \
Tim Rice9ad7e0e2004-02-12 07:17:10 -0800410 TEST_SHELL="$${TEST_SHELL}" \
Darren Tucker150a81c2003-09-04 13:41:06 +1000411 TEST_SSH_SSH="$${TEST_SSH_SSH}" \
412 TEST_SSH_SSHD="$${TEST_SSH_SSHD}" \
413 TEST_SSH_SSHAGENT="$${TEST_SSH_SSHAGENT}" \
414 TEST_SSH_SSHADD="$${TEST_SSH_SSHADD}" \
415 TEST_SSH_SSHKEYGEN="$${TEST_SSH_SSHKEYGEN}" \
416 TEST_SSH_SSHKEYSCAN="$${TEST_SSH_SSHKEYSCAN}" \
417 TEST_SSH_SFTP="$${TEST_SSH_SFTP}" \
418 TEST_SSH_SFTPSERVER="$${TEST_SSH_SFTPSERVER}" \
Damien Millerc2cefb02008-03-13 12:41:31 +1100419 TEST_SSH_PLINK="$${TEST_SSH_PLINK}" \
420 TEST_SSH_PUTTYGEN="$${TEST_SSH_PUTTYGEN}" \
Damien Miller42743cb2008-07-05 09:50:23 +1000421 TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
Darren Tucker34f49c62008-06-11 05:15:51 +1000422 TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
Darren Tucker77d07e92003-09-04 22:06:16 +1000423 EXEEXT="$(EXEEXT)" \
Damien Millerd9648ee2008-07-09 00:21:12 +1000424 $@ && echo all tests passed
Darren Tucker782390e2003-09-22 10:58:55 +1000425
Darren Tucker4881c372006-02-19 22:50:20 +1100426compat-tests: $(LIBCOMPAT)
427 (cd openbsd-compat/regress && $(MAKE))
428
Darren Tucker782390e2003-09-22 10:58:55 +1000429regressclean:
Darren Tucker25a12342004-08-30 21:33:02 +1000430 if [ -f regress/Makefile ] && [ -r regress/Makefile ]; then \
Darren Tucker782390e2003-09-22 10:58:55 +1000431 (cd regress && $(MAKE) clean) \
432 fi
Tim Rice6f1f7582004-05-30 21:38:51 -0700433
Darren Tucker72c025d2005-01-18 12:05:18 +1100434survey: survey.sh ssh
435 @$(SHELL) ./survey.sh > survey
436 @echo 'The survey results have been placed in the file "survey" in the'
437 @echo 'current directory. Please review the file then send with'
438 @echo '"make send-survey".'
439
440send-survey: survey
441 mail portable-survey@mindrot.org <survey
442
Tim Rice6f1f7582004-05-30 21:38:51 -0700443package: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS)
444 if [ "@MAKE_PACKAGE_SUPPORTED@" = yes ]; then \
445 sh buildpkg.sh; \
446 fi
447