Use NO_SHARED=YES to force a static link.

Pointed out by: ru@
This commit is contained in:
marcel 2006-07-30 20:51:41 +00:00
parent cd84d984f5
commit 037932ab72

View File

@ -7,7 +7,7 @@ SRCS= kldxref.c ef.c ef_obj.c
WARNS?= 2
.if ${MACHINE_ARCH} == powerpc
LDFLAGS+=-static
NO_SHARED=YES
.endif
.if exists(ef_${MACHINE_ARCH}.c)