aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-08-22 08:03:01 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-08-22 08:03:01 +0000
commit2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9 (patch)
tree08203fa78d69de58704db3947da0c5c461233445 /sbin/ping
parenta18003357c614019a078f1721808877f13c9d04e (diff)
Notes
Diffstat (limited to 'sbin/ping')
-rw-r--r--sbin/ping/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index 24882d3d7d6d..838e1ea7245b 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -5,9 +5,6 @@ PROG= ping
MAN= ping.8
BINOWN= root
BINMODE=4555
-.if ${MACHINE_ARCH} == "alpha"
-CFLAGS+=-fno-builtin # GCC's builtin memcpy doesn't do unaligned copies
-.endif
WARNS?= 2
DPADD= ${LIBM}
LDADD= -lm