View | Details | Raw Unified | Return to bug 36628
Collapse All | Expand All

(-)secure/usr.bin/openssl/Makefile (-1 / +1 lines)
Lines 31-34 Link Here
31
.SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .s .S .pod
31
.SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .s .S .pod
32
32
33
.pod.1:
33
.pod.1:
34
	pod2man ${.IMPSRC} > ${.TARGET}
34
	pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${.IMPSRC} > ${.TARGET}
(-)secure/lib/libcrypto/Makefile (-1 / +1 lines)
Lines 343-353 Link Here
343
MAN+= ${target}
343
MAN+= ${target}
344
CLEANFILES+= ${target}
344
CLEANFILES+= ${target}
345
${target}: ${LCRYPTO_SRC}/../doc/${pod}
345
${target}: ${LCRYPTO_SRC}/../doc/${pod}
346
	pod2man ${LCRYPTO_SRC}/../doc/${pod} > ${target}
346
	pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > ${target}
347
.endfor
347
.endfor
348
.endfor
348
.endfor
349
.endfor
349
.endfor
350
.endif
350
.endif
351
351
352
MAN+=	des_crypt.3
352
MAN+=	des_crypt.3

Return to bug 36628