diff options
Diffstat (limited to 'contrib/bind9/FREEBSD-Upgrade')
-rw-r--r-- | contrib/bind9/FREEBSD-Upgrade | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/bind9/FREEBSD-Upgrade b/contrib/bind9/FREEBSD-Upgrade deleted file mode 100644 index f5901817d4611..0000000000000 --- a/contrib/bind9/FREEBSD-Upgrade +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ -# -# Bug trhodes@ and des@ to actually throw some text in here. -# - -while read pattern ; do rm -rf $pattern ; done <FREEBSD-Xlist - -sed -i.orig -e '/\/tests/d; /docutil/d;' configure.in Makefile.in */Makefile.in - -autoconf253 - -autoheader253 - -./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man \ - --enable-threads --enable-libbind --disable-ipv6 \ - --enable-getifaddrs --disable-linux-caps \ - --with-openssl=/usr --with-randomdev=/dev/random |