diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-31 11:30:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-31 11:30:38 +0000 |
commit | 87cb163f1136e08c5e634db351d78c086412b239 (patch) | |
tree | 1dc05aa1e84522e81636e5ed43299280824455df /gnu/usr.bin | |
parent | fc84874aa5c70abc8c3b7f3ff54e71cb3d1cb662 (diff) |
We no longer use GNU diffutils; don't tell rcs we do...
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/rcs/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
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: |