summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/postfix/html
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2004-01-12 01:33:51 +0000
committerlukem <lukem@NetBSD.org>2004-01-12 01:33:51 +0000
commitf48f3fcdfc4171eaa55de4074d7423a67848dfd7 (patch)
tree2bc78f2900e8660bfb6558ad827c085e5afd6acd /gnu/usr.sbin/postfix/html
parent8c09d1d81ad938a26388f1c116feb3023c17c0c9 (diff)
support MKDOC=no
Diffstat (limited to 'gnu/usr.sbin/postfix/html')
-rw-r--r--gnu/usr.sbin/postfix/html/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.sbin/postfix/html/Makefile b/gnu/usr.sbin/postfix/html/Makefile
index 72e644ce138..977b4059100 100644
--- a/gnu/usr.sbin/postfix/html/Makefile
+++ b/gnu/usr.sbin/postfix/html/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2003/03/08 19:12:17 perry Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/12 01:33:51 lukem Exp $
.include <bsd.own.mk>
+.if ${MKDOC} != "no" # {
+
BINDIR= ${PFIX_HTMLDIR}
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/html
@@ -34,4 +36,6 @@ SYMLINKS+=sendmail.1.html ${BINDIR}/newaliases.1.html
# not installed:
# qmqpd.8.html
+.endif # }
+
.include <bsd.prog.mk>