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

(-)Makefile.new (-2 / +2 lines)
Lines 36-42 Link Here
36
#
36
#
37
# Man pages
37
# Man pages
38
#
38
#
39
.if "${ALL_TARGET}" != "ctictl"
39
.if !defined(ALL_TARGET) || empty(${ALL_TARGET:Mcritcl})
40
40
41
.if ${PORT_OPTIONS:MMANPAGES}
41
.if ${PORT_OPTIONS:MMANPAGES}
42
ALL_TARGET+=	nroff-doc
42
ALL_TARGET+=	nroff-doc
Lines 55-61 Link Here
55
INSTALL_ARGS+=	-no-html
55
INSTALL_ARGS+=	-no-html
56
.endif
56
.endif
57
57
58
.endif # ${ALL_TARGET} != "crictl"
58
.endif # !defined(ALL_TARGET) || empty(${ALL_TARGET:Mcritcl})
59
59
60
.if !target(post-patch)
60
.if !target(post-patch)
61
post-patch:
61
post-patch:

Return to bug 207043