summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/traceroute/Makefile')
-rw-r--r--usr.sbin/traceroute/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile
index e0d97249119e2..3c799d8922243 100644
--- a/usr.sbin/traceroute/Makefile
+++ b/usr.sbin/traceroute/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1998/09/19 22:42:13 obrien Exp $
+# $Id: Makefile,v 1.8 1998/06/09 05:36:48 imp Exp $
PROG= traceroute
MAN8= traceroute.8
@@ -14,12 +14,6 @@ SRCS= version.c traceroute.c
CLEANFILES+= version.c
TRACEROUTE_DISTDIR?= ${.CURDIR}/../../contrib/traceroute
-
-.if ${MACHINE_ARCH} == "alpha"
-# gcc builtin memcpy causes unaligned access
-CFLAGS+= -fno-builtin
-.endif
-
CFLAGS+= -I${TRACEROUTE_DISTDIR}/lbl
.PATH: ${TRACEROUTE_DISTDIR}