diff options
author | Tim Rice <tim@multitalents.net> | 2002-07-14 22:36:49 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2002-07-14 22:36:49 +0200 |
commit | 40017b0e7aa236ca1144563dea986a95684f1599 (patch) | |
tree | aa62ff2bf0033c2c833724036d732f7ecdd287a8 /openbsd-compat/Makefile.in | |
parent | [Makefile.in] replace "id sshd" with "sshd -t" (diff) | |
download | openssh-40017b0e7aa236ca1144563dea986a95684f1599.tar.xz openssh-40017b0e7aa236ca1144563dea986a95684f1599.zip |
(bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c
openbsd-compat/Makefile.in] support compression on platforms that
have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c
Based on patch from nalin@redhat.com of code extracted from Owl's package
Diffstat (limited to 'openbsd-compat/Makefile.in')
-rw-r--r-- | openbsd-compat/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index 3e09cfefe..c365ae18f 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.21 2002/02/19 20:27:57 mouring Exp $ +# $Id: Makefile.in,v 1.22 2002/07/14 20:36:51 tim Exp $ sysconfdir=@sysconfdir@ piddir=@piddir@ @@ -18,7 +18,7 @@ LDFLAGS=-L. @LDFLAGS@ OPENBSD=base64.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o getopt.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o -COMPAT=bsd-arc4random.o bsd-cray.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o +COMPAT=bsd-arc4random.o bsd-cray.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o xmmap.o PORTS=port-irix.o port-aix.o |