summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-16 10:35:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-16 10:35:55 +0000
commit3c6ca3672af23db42fb310780b8dc299f5e60597 (patch)
tree29da41ee7abc7c219c0a341a8adf5ec6a334ebbe /gnu
parent63921c3353023c5ce3cbe958fa80269120237374 (diff)
lynx has left the tree, and let's be honest noone will find these html
files in their installed system. this extended documentation experience is available better on the net using a browser installed with pkg_add. (also note that two of the subsystems involved in this issue are heading to the bit bucket sometime soon)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.sbin/sendmail/libmilter/Makefile23
1 files changed, 1 insertions, 22 deletions
diff --git a/gnu/usr.sbin/sendmail/libmilter/Makefile b/gnu/usr.sbin/sendmail/libmilter/Makefile
index e250c3ae4dd..3369abc589f 100644
--- a/gnu/usr.sbin/sendmail/libmilter/Makefile
+++ b/gnu/usr.sbin/sendmail/libmilter/Makefile
@@ -1,23 +1,9 @@
-# $OpenBSD: Makefile,v 1.12 2009/05/13 18:24:15 jakob Exp $
+# $OpenBSD: Makefile,v 1.13 2014/07/16 10:35:53 deraadt Exp $
.include <bsd.own.mk>
LIB= milter
HDRS= mfapi.h milter.h mfdef.h
-DOCS= api.html design.html figure1.jpg figure2.jpg index.html \
- installation.html other.html overview.html sample.html \
- smfi_addheader.html smfi_addrcpt.html smfi_chgheader.html \
- smfi_delrcpt.html smfi_getpriv.html smfi_getsymval.html \
- smfi_insheader.html smfi_main.html smfi_opensocket.html \
- smfi_progress.html smfi_quarantine.html smfi_register.html \
- smfi_replacebody.html smfi_setbacklog.html \
- smfi_setconn.html smfi_setdbg.html smfi_setmlreply.html \
- smfi_setpriv.html smfi_setreply.html smfi_settimeout.html \
- smfi_stop.html xxfi_abort.html xxfi_body.html \
- xxfi_close.html xxfi_connect.html xxfi_envfrom.html \
- xxfi_envrcpt.html xxfi_eoh.html xxfi_eom.html \
- xxfi_header.html xxfi_helo.html
-MDOCDIR= ${DESTDIR}${DOCDIR}/html/milter
SRCS= main.c engine.c listener.c worker.c handler.c comm.c smfi.c \
signal.c sm_gethost.c monitor.c errstring.c strl.c
CPPFLAGS+= -D_FFR_MILTER_ROOT_UNSAFE -ULDAPMAP -pthread \
@@ -40,12 +26,5 @@ beforeinstall:
cmp -s ${.CURDIR}/README ${DESTDIR}${SHAREDIR}/sendmail/README.milter || \
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/README ${DESTDIR}${SHAREDIR}/sendmail/README.milter
- @echo "installing ${DOCS} -> ${MDOCDIR}"
- @test -d ${MDOCDIR} || mkdir ${MDOCDIR}
- @-for i in ${DOCS}; do \
- cmp -s ${.CURDIR}/docs/$$i ${MDOCDIR}/$$i || \
- ${INSTALL} ${INSTALL_COPY} -o ${DOCOWN} -g ${DOCGRP} \
- -m ${DOCMODE} ${.CURDIR}/docs/$$i ${MDOCDIR} ; \
- done
.include <bsd.lib.mk>