summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/lynx/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/lynx/Makefile.bsd-wrapper b/gnu/usr.bin/lynx/Makefile.bsd-wrapper
index 758bd788e0f..bfab1af3f1e 100644
--- a/gnu/usr.bin/lynx/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/lynx/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2000/04/21 18:53:15 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2000/04/30 21:45:01 maja Exp $
MAN= lynx.1
COPTS+= -DUSE_SSL
@@ -45,7 +45,7 @@ config: .FORCE
PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
${GNUCFLAGS} \
INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
- sh ${.CURDIR}/configure --prefix=/usr --libdir=/etc ${CF}
+ sh ${.CURDIR}/configure --prefix=/usr --libdir=/etc
config.status:
PATH="/bin:/usr/bin:/sbin:/usr/sbin" \