diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-05 20:59:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-05 20:59:18 +0000 |
commit | bb47f430a3962a3422f02fe88fe3d877507bba04 (patch) | |
tree | d0f23b83be6af19be17bf7a55a49199717e2ab8c /usr.sbin/openssl/Makefile | |
parent | b8fe8f289b94727dad721bf3d4a1f0f9fadfa32d (diff) |
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 'usr.sbin/openssl/Makefile')
-rw-r--r-- | usr.sbin/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile index ee8f5b8c5cf..c1563892b31 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -6,7 +6,7 @@ BINGRP= bin BINMODE= 555 BINDIR= /usr/sbin LDADD= -lssl -lcrypto -NOMAN= not yet kiddies +MAN1= openssl.1 SSLEAYDIST= lib/libssl/src |