1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Use NO_SHARED=YES to force a static link.

Pointed out by: ru@
This commit is contained in:
Marcel Moolenaar 2006-07-30 20:51:41 +00:00
parent 78078a569f
commit acdb66fce6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160842

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)