diff options
author | marcel <marcel@FreeBSD.org> | 2006-08-04 21:29:39 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-08-04 21:29:39 +0000 |
commit | 1152880ccd4a83866252f99ea2e5010685865055 (patch) | |
tree | 899f28e6d3946e96ed252cccae4951628f4f09b5 /usr.sbin/kldxref/Makefile | |
parent | fa05802ab19d9092cf69357951d1fcaffa83b96b (diff) | |
download | FreeBSD-src-1152880ccd4a83866252f99ea2e5010685865055.zip FreeBSD-src-1152880ccd4a83866252f99ea2e5010685865055.tar.gz |
Build shared on PowerPC now that the bug has been found and fixed.
Diffstat (limited to 'usr.sbin/kldxref/Makefile')
-rw-r--r-- | usr.sbin/kldxref/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |