diff options
author | Damien Miller <djm@mindrot.org> | 2001-07-14 05:22:53 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-07-14 05:22:53 +0200 |
commit | 4f8e66929b592825856df3625f5de7922f826020 (patch) | |
tree | a2aa5cbf687af528463900a8852b02386e12729e /openbsd-compat/Makefile.in | |
parent | - (djm) Reorder Makefile.in so clean targets work a little better when (diff) | |
download | openssh-4f8e66929b592825856df3625f5de7922f826020.tar.xz openssh-4f8e66929b592825856df3625f5de7922f826020.zip |
- (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
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 33def5121..3fd241454 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.14 2001/06/29 12:32:32 mouring Exp $ +# $Id: Makefile.in,v 1.15 2001/07/14 03:22:54 djm Exp $ sysconfdir=@sysconfdir@ piddir=@piddir@ @@ -16,7 +16,7 @@ RANLIB=@RANLIB@ INSTALL=@INSTALL@ LDFLAGS=-L. @LDFLAGS@ -OPENBSD=base64.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o glob.o inet_ntoa.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o vis.o +OPENBSD=base64.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o getopt.o glob.o inet_ntoa.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o vis.o COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o |