From 87cb163f1136e08c5e634db351d78c086412b239 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 31 Jul 2003 11:30:38 +0000 Subject: We no longer use GNU diffutils; don't tell rcs we do... --- gnu/usr.bin/rcs/Makefile.bsd-wrapper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/rcs/Makefile.bsd-wrapper') diff --git a/gnu/usr.bin/rcs/Makefile.bsd-wrapper b/gnu/usr.bin/rcs/Makefile.bsd-wrapper index a4f0ee7e2f4..7a805df735b 100644 --- a/gnu/usr.bin/rcs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/rcs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2003/04/11 23:48:03 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2003/07/31 11:30:37 millert Exp $ MAN= man/ci.1 man/co.1 man/ident.1 man/merge.1 man/rcs.1 man/rcsclean.1 \ man/rcsdiff.1 man/rcsfile.5 man/rcsfreeze.1 man/rcsintro.1 \ @@ -27,13 +27,13 @@ config: .FORCE PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ ${GNUCFLAGS} \ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ - sh ${.CURDIR}/configure --with-diffutils --prefix=/usr ${CF} + sh ${.CURDIR}/configure --prefix=/usr ${CF} config.status: PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ ${GNUCFLAGS} \ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ - sh ${.CURDIR}/configure --with-diffutils --prefix=/usr ${CF} + sh ${.CURDIR}/configure --prefix=/usr ${CF} .ifdef NOMAN rcsfile.5: -- cgit v1.2.3