diff options
author | Tim Rice <tim@multitalents.net> | 2001-09-17 23:34:33 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2001-09-17 23:34:33 +0200 |
commit | a4f7ae1a35b5da61705bea75bcc50bc7a27726dd (patch) | |
tree | 366ca694b41098a5808d5e584244241dacba921a /Makefile.in | |
parent | double doh (diff) | |
download | openssh-a4f7ae1a35b5da61705bea75bcc50bc7a27726dd.tar.xz openssh-a4f7ae1a35b5da61705bea75bcc50bc7a27726dd.zip |
- (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
rename getopt() to BSDgetopt() to keep form conflicting with
system getopt().
[Makefile.in configure.in] disable filepriv until I can add
missing procpriv calls.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 223a36608..1bdc865b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.184 2001/08/06 22:56:46 mouring Exp $ +# $Id: Makefile.in,v 1.185 2001/09/17 21:34:33 tim Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -202,7 +202,7 @@ install-files: ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 - @FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin + #@FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \ fi |