From 2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 22 Aug 2006 08:03:01 +0000 Subject: Remove alpha left-overs. --- sbin/bsdlabel/Makefile | 3 +-- sbin/ggate/Makefile | 2 +- sbin/ping/Makefile | 3 --- 3 files changed, 2 insertions(+), 6 deletions(-) (limited to 'sbin') diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index 716dab3db69e..a412493bb4ef 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -8,8 +8,7 @@ SRCS= bsdlabel.c geom_bsd_enc.c #MAN= bsdlabel.5 MAN+= bsdlabel.8 -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha" || \ - ${MACHINE_ARCH} == "amd64" +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" LINKS= ${BINDIR}/bsdlabel ${BINDIR}/disklabel MLINKS= bsdlabel.8 disklabel.8 .endif diff --git a/sbin/ggate/Makefile b/sbin/ggate/Makefile index a089bf33ab9a..73a8016300d3 100644 --- a/sbin/ggate/Makefile +++ b/sbin/ggate/Makefile @@ -6,7 +6,7 @@ SUBDIR= ${_ggatec} \ ${_ggated} \ ggatel -.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" +.if ${MACHINE_ARCH} == "sparc64" .if ${MK_LIBTHR} != "no" _ggatec= ggatec _ggated= ggated 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 -- cgit v1.3