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

(-)Makefile (-1 / +5 lines)
Lines 89-92 Link Here
89
	${SED} 's;%%PREFIX%%;${PREFIX};g' ${FILESDIR}/kdc.sh > \
89
	${SED} 's;%%PREFIX%%;${PREFIX};g' ${FILESDIR}/kdc.sh > \
90
		${PREFIX}/etc/rc.d/kdc.sh.sample
90
		${PREFIX}/etc/rc.d/kdc.sh.sample
91
91
92
.include <bsd.port.mk>
92
.include <bsd.port.pre.mk>
93
.if ${ARCH} == "amd64"
94
CONFIGURE_ENV=	CFLAGS=-fPIC
95
.endif
96
.include <bsd.port.post.mk>

Return to bug 63199