View | Details | Raw Unified | Return to bug 199389 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/ipmitool/Makefile (+3 lines)
Lines 29-34 PERIODIC_DIR= etc/periodic/daily Link Here
29
OPTIONS_DEFINE=	FREEIPMI DOCS
29
OPTIONS_DEFINE=	FREEIPMI DOCS
30
FREEIPMI_DESC=	Enable support for freeipmi
30
FREEIPMI_DESC=	Enable support for freeipmi
31
31
32
CFLAGS+=	-I${OPENSSLINC}
33
LDFLAGS+=	-L${OPENSSLLIB}
34
32
.if defined(WITH_DEBUG)
35
.if defined(WITH_DEBUG)
33
CFLAGS+=	-ggdb -Wall
36
CFLAGS+=	-ggdb -Wall
34
.endif
37
.endif

Return to bug 199389