Build shared on PowerPC now that the bug has been found and fixed.

This commit is contained in:
Marcel Moolenaar 2006-08-04 21:29:39 +00:00
parent 7dd650a36a
commit b1bc6755d1

View File

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