summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/lynx
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-06-28 18:53:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-06-28 18:53:47 +0000
commitd7670c527affc5d72bb40544eec720dc5e317af5 (patch)
tree379c863cc03d87642b50484aa1d8befea6e1dbe3 /gnu/usr.bin/lynx
parentefa5b5cc0fc55a02846a000e17fe442a8803da76 (diff)
integrate USE_SSL into real settings; wd@ics.nara-wu.ac.jp
Diffstat (limited to 'gnu/usr.bin/lynx')
-rw-r--r--gnu/usr.bin/lynx/Makefile.bsd-wrapper5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/lynx/Makefile.bsd-wrapper b/gnu/usr.bin/lynx/Makefile.bsd-wrapper
index bfab1af3f1e..6eafa4898fc 100644
--- a/gnu/usr.bin/lynx/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/lynx/Makefile.bsd-wrapper
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2000/04/30 21:45:01 maja Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2000/06/28 18:53:46 deraadt Exp $
MAN= lynx.1
-COPTS+= -DUSE_SSL
CLEANFILES= lynx.1
DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto
-GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}"
+GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} -DUSE_SSL ${COPTS}"
HTMLDIR= /usr/share/doc/html
HELPFILES= keystrokes/alt_edit_help.html keystrokes/bookmark_help.html \
keystrokes/cookie_help.html keystrokes/dired_help.html \