summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/bmake/mk/bsd.man.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bmake/mk/bsd.man.mk b/bootstrap/bmake/mk/bsd.man.mk
index 9cad27a8162..d68219d7746 100644
--- a/bootstrap/bmake/mk/bsd.man.mk
+++ b/bootstrap/bmake/mk/bsd.man.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.man.mk,v 1.2 2005/05/14 19:16:16 christos Exp $
+# $NetBSD: bsd.man.mk,v 1.3 2005/05/17 09:16:46 cube Exp $
# @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93
.if !target(__initialized__)
@@ -20,7 +20,7 @@ cleandir: cleanman
TMACDIR?= ${DESTDIR}/usr/share/groff/tmac
HTMLDIR?= ${DESTDIR}/usr/share/man
-if exists(${TMACDIR}/tmac.andoc) && exists(${TMACDIR}/tmac.doc)
+.if exists(${TMACDIR}/tmac.andoc) && exists(${TMACDIR}/tmac.doc)
CATDEPS?= ${TMACDIR}/tmac.andoc \
${TMACDIR}/tmac.doc
.endif