diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-08-22 08:03:01 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-08-22 08:03:01 +0000 |
commit | 2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9 (patch) | |
tree | 08203fa78d69de58704db3947da0c5c461233445 /usr.sbin/traceroute | |
parent | a18003357c614019a078f1721808877f13c9d04e (diff) |
Remove alpha left-overs.
Notes
Notes:
svn path=/head/; revision=161526
Diffstat (limited to 'usr.sbin/traceroute')
-rw-r--r-- | usr.sbin/traceroute/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile index 02c9b2d8b300..8b941e5e12be 100644 --- a/usr.sbin/traceroute/Makefile +++ b/usr.sbin/traceroute/Makefile @@ -29,11 +29,6 @@ DPADD= ${LIBIPSEC} LDADD= -lipsec .endif -.if ${MACHINE_ARCH} == "alpha" -# gcc builtin memcpy causes unaligned access -CFLAGS+= -fno-builtin -.endif - CFLAGS+= -I${TRACEROUTE_DISTDIR}/lbl version.c: ${TRACEROUTE_DISTDIR}/VERSION |