freebsd-dev/secure/lib/libcrypto/Makefile.man
Jung-uk Kim a9e3baa562 Install man5 and man7 for OpenSSL.
Note config.5 and crypto.7 are not installed because we have conflicts.

Requested by:	phk
MFC after:	1 month
2020-01-22 01:15:57 +00:00

6 lines
98 B
Groff

# $FreeBSD$
.for m in 3 5 7
.include "man/man${m}/Makefile"
.PATH: ${.CURDIR}/man/man${m}
.endfor