summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2006-07-12 23:00:08 +0000
committerMarc Espie <espie@cvs.openbsd.org>2006-07-12 23:00:08 +0000
commit0b9f81484528332c991b6c89ef110cfee0e48f9a (patch)
tree038acae09fae9c0e272559439178dd332ea55fa7 /gnu/usr.bin/cvs
parent0391bfbec304898987c1156e0f56c6f5b89dba9c (diff)
makeinfo --no-split, simplifies sets immensely.
Approved deraadt@, kettenis@
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index fb7e762788a..be74ec7973b 100644
--- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.45 2004/06/21 16:53:59 avsm Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.46 2006/07/12 23:00:07 espie Exp $
.include <bsd.own.mk>
@@ -37,6 +37,7 @@ config: .FORCE
INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
INSTALL_SCRIPT="${INSTALL} ${INSTALL_COPY}" \
ACLOCAL=true AUTOCONF=true AUTOMAKE=true AUTOHEADER=true \
+ MAKEINFO='makeinfo --no-split' \
sh ${.CURDIR}/configure --prefix=/usr --mandir=/usr/share/man \
--datadir=/usr/libdata ${KRB} ${KRB5} ${CF}
@@ -45,6 +46,7 @@ config.status:
INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
INSTALL_SCRIPT="${INSTALL} ${INSTALL_COPY}" \
ACLOCAL=true AUTOCONF=true AUTOMAKE=true AUTOHEADER=true \
+ MAKEINFO='makeinfo --no-split' \
sh ${.CURDIR}/configure --prefix=/usr --mandir=/usr/share/man \
--datadir=/usr/libdata ${KRB} ${KRB5} ${CF}