.SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .s .S .pod
.pod.1:
pod2man ${.IMPSRC} > ${.TARGET}
pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${.IMPSRC} > ${.TARGET}
MAN+= ${target}
CLEANFILES+= ${target}
${target}: ${LCRYPTO_SRC}/../doc/${pod}
pod2man ${LCRYPTO_SRC}/../doc/${pod} > ${target}
pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > ${target}
.endfor
.endif
MAN+= des_crypt.3