From 1152880ccd4a83866252f99ea2e5010685865055 Mon Sep 17 00:00:00 2001 From: marcel Date: Fri, 4 Aug 2006 21:29:39 +0000 Subject: Build shared on PowerPC now that the bug has been found and fixed. --- usr.sbin/kldxref/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'usr.sbin/kldxref') diff --git a/usr.sbin/kldxref/Makefile b/usr.sbin/kldxref/Makefile index 8dad62b..33337fd 100644 --- a/usr.sbin/kldxref/Makefile +++ b/usr.sbin/kldxref/Makefile @@ -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 -- cgit v1.1