Deleted Added
full compact
freebsd-configure.sh (255829) freebsd-configure.sh (263970)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/crypto/openssh/freebsd-configure.sh 255829 2013-09-23 20:35:54Z des $
3# $FreeBSD: stable/9/crypto/openssh/freebsd-configure.sh 263970 2014-03-31 14:39:56Z des $
4#
5
6configure_args="
7 --prefix=/usr
8 --sysconfdir=/etc/ssh
9 --with-pam
10 --with-tcp-wrappers
11 --with-libedit

--- 19 unchanged lines hidden ---
4#
5
6configure_args="
7 --prefix=/usr
8 --sysconfdir=/etc/ssh
9 --with-pam
10 --with-tcp-wrappers
11 --with-libedit

--- 19 unchanged lines hidden ---