Index: head/usr.sbin/kldxref/Makefile =================================================================== --- head/usr.sbin/kldxref/Makefile (revision 275903) +++ head/usr.sbin/kldxref/Makefile (revision 275904) @@ -1,16 +1,15 @@ # $FreeBSD$ PROG= kldxref MAN= kldxref.8 SRCS= kldxref.c ef.c ef_obj.c WARNS?= 2 -CFLAGS+=-fno-strict-aliasing .if exists(ef_${MACHINE_CPUARCH}.c) && ${MACHINE_ARCH} != "powerpc64" SRCS+= ef_${MACHINE_CPUARCH}.c .else SRCS+= ef_nop.c .endif .include