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

(-)Makefile (-1 / +2 lines)
Lines 64-70 Link Here
64
MAN8=		cvsupd.8
64
MAN8=		cvsupd.8
65
.endif		# != amd64
65
.endif		# != amd64
66
66
67
.ifdef STATIC
67
.if defined(WANT_STATIC_CVSUP) || defined(NO_DYNAMICROOT) || (defined(NO_SHARED)
68
    && (${NO_SHARED} != "no" && ${NO_SHARED} != "NO" ))
68
M3FLAGS+=	-DSTATIC
69
M3FLAGS+=	-DSTATIC
69
.endif
70
.endif

Return to bug 67832