diff options
author | Warner Losh <imp@FreeBSD.org> | 2014-12-18 16:57:19 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2014-12-18 16:57:19 +0000 |
commit | 8bc65725c766c52ebc282c317051f7616e6899c0 (patch) | |
tree | 8a3498c1b993cfb1b6863c1c09498692567b5168 /usr.sbin/kldxref | |
parent | 7f5a9777e73449eee42d20f503a1bce7a5982f5b (diff) | |
download | src-test2-8bc65725c766c52ebc282c317051f7616e6899c0.tar.gz src-test2-8bc65725c766c52ebc282c317051f7616e6899c0.zip |
Notes
Diffstat (limited to 'usr.sbin/kldxref')
-rw-r--r-- | usr.sbin/kldxref/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/kldxref/Makefile b/usr.sbin/kldxref/Makefile index 767cc23cea2c..75e74efc65da 100644 --- a/usr.sbin/kldxref/Makefile +++ b/usr.sbin/kldxref/Makefile @@ -5,7 +5,6 @@ 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 |