summaryrefslogtreecommitdiff
path: root/src/usr.sbin/openssl/Makefile
diff options
context:
space:
mode:
authorderaadt <>2003-03-05 20:59:17 +0000
committerderaadt <>2003-03-05 20:59:17 +0000
commit608076f3980f669b320ef391c35132bd474541e3 (patch)
tree4fa3c8a597e8556d971557678d7e09a3f4b17101 /src/usr.sbin/openssl/Makefile
parent673d2edc1cf58cf3349350f01de712a18f3ba24c (diff)
downloadopenbsd-608076f3980f669b320ef391c35132bd474541e3.tar.gz
openbsd-608076f3980f669b320ef391c35132bd474541e3.tar.bz2
openbsd-608076f3980f669b320ef391c35132bd474541e3.zip
jmc wrote a combination man page that covers all openssl(1) functionality,
based on the pod files from openssl. This may need by-hand updating once in a while, but at least now people can read a real man page instead of the mess that the openssl team provides us with.
Diffstat (limited to 'src/usr.sbin/openssl/Makefile')
-rw-r--r--src/usr.sbin/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile
index ee8f5b8c5c..c1563892b3 100644
--- a/src/usr.sbin/openssl/Makefile
+++ b/src/usr.sbin/openssl/Makefile
@@ -6,7 +6,7 @@ BINGRP= bin
6BINMODE= 555 6BINMODE= 555
7BINDIR= /usr/sbin 7BINDIR= /usr/sbin
8LDADD= -lssl -lcrypto 8LDADD= -lssl -lcrypto
9NOMAN= not yet kiddies 9MAN1= openssl.1
10 10
11SSLEAYDIST= lib/libssl/src 11SSLEAYDIST= lib/libssl/src
12 12