1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160984

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