summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-17 17:57:09 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-17 17:57:09 +0000
commit47e0c0b1001ac7c57bc2c1a14ae9e73fc4d135fd (patch)
tree4df932d371fc7ffa8b481fcdc65944d4b6194610 /Makefile.in
parent364a9bd9ce0fa0c357e55306df56e47883a591f9 (diff)
- (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
and temporary commneted out catman-do: since it's broken. Patches for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in30
1 files changed, 15 insertions, 15 deletions
diff --git a/Makefile.in b/Makefile.in
index 4b545e4b1..507da8e92 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.169 2001/04/16 08:36:39 djm Exp $ 1# $Id: Makefile.in,v 1.170 2001/04/17 17:57:11 mouring Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -49,7 +49,7 @@ SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clie
49 49
50SSHDOBJS= 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 auth-sia.o sshpty.o sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o 50SSHDOBJS= 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 auth-sia.o sshpty.o sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o
51 51
52MANPAGES = 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 52MANPAGES = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1
53MANTYPE = @MANTYPE@ 53MANTYPE = @MANTYPE@
54 54
55CONFIGFILES=sshd_config ssh_config primes 55CONFIGFILES=sshd_config ssh_config primes
@@ -119,16 +119,16 @@ sftp$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-client.o sftp-int.o sftp-common
119logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o 119logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o
120 $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS) 120 $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS)
121 121
122$(MANPAGES): %.out: % 122$(MANPAGES)::
123 if test "$(MANTYPE)" = "cat"; then \ 123 if test "$(MANTYPE)" = "cat"; then \
124 manpage=`echo $< | sed 's/\.[1-9]$$/\.0/'`; \ 124 manpage=`echo $@ | sed 's/\.[1-9]$$/\.0/'`; \
125 else \ 125 else \
126 manpage=$<; \ 126 manpage=$@; \
127 fi; \ 127 fi; \
128 if test "$(MANTYPE)" = "man"; then \ 128 if test "$(MANTYPE)" = "man"; then \
129 $(FIXPATHSCMD) $(srcdir)/$${manpage} | $(PERL) $(srcdir)/mdoc2man.pl > $@; \ 129 $(FIXPATHSCMD) $(srcdir)/$${manpage} | $(PERL) $(srcdir)/mdoc2man.pl > $@.out; \
130 else \ 130 else \
131 $(FIXPATHSCMD) $(srcdir)/$${manpage} > $@; \ 131 $(FIXPATHSCMD) $(srcdir)/$${manpage} > $@.out; \
132 fi 132 fi
133 133
134$(CONFIGFILES):: 134$(CONFIGFILES)::
@@ -148,15 +148,15 @@ mrproper: distclean
148veryclean: distclean 148veryclean: distclean
149 rm -f configure config.h.in *.0 149 rm -f configure config.h.in *.0
150 150
151catman-do: 151#catman-do:
152 @for f in $(TROFFMAN) ; do \ 152# @for f in $(TROFFMAN) ; do \
153 base=`echo $$f | sed 's/\..*$$//'` ; \ 153# base=`echo $$f | sed 's/\..*$$//'` ; \
154 echo "$$f -> $$base.0" ; \ 154# echo "$$f -> $$base.0" ; \
155 nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \ 155# nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
156 >$$base.0 ; \ 156# >$$base.0 ; \
157 done 157# done
158 158
159distprep: catman-do 159distprep: #catman-do
160 autoreconf 160 autoreconf
161 161
162install: $(TARGETS) install-files host-key 162install: $(TARGETS) install-files host-key