diff options
author | Damien Miller <djm@mindrot.org> | 2002-05-13 06:12:05 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-05-13 06:12:05 +0200 |
commit | 4c9541741541d70e9e3088e97ccbdab4467da256 (patch) | |
tree | 835e3aa080000fd024d5d14a4a17d804ddcc1480 /Makefile.in | |
parent | - (stevesk) add initial README.privsep (diff) | |
download | openssh-4c9541741541d70e9e3088e97ccbdab4467da256.tar.xz openssh-4c9541741541d70e9e3088e97ccbdab4467da256.zip |
unbreak
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7f7c8d88a..e3b145150 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.207 2002/05/13 03:15:43 djm Exp $ +# $Id: Makefile.in,v 1.208 2002/05/13 04:12:05 djm Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -30,7 +30,7 @@ PATHS= -DSSHDIR=\"$(sysconfdir)\" \ -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \ -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \ -D_PATH_SSH_PIDDIR=\"$(piddir)\" \ - -D_PATH_PRIVSEP_CHROOT_DIR=\"$(PRIVSEP_PATH)\" + -D_PATH_PRIVSEP_CHROOT_DIR=\"$(PRIVSEP_PATH)\" \ -DSSH_RAND_HELPER=\"$(libexecdir)/ssh-rand-helper\" CC=@CC@ |