From 4d582ffe096e47ba124286efb831032cbd3cdf2a Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 22 Aug 2006 08:03:01 +0000 Subject: Remove alpha left-overs. --- usr.sbin/crunch/crunchide/Makefile | 2 +- usr.sbin/pnpinfo/Makefile | 5 ----- usr.sbin/traceroute/Makefile | 5 ----- 3 files changed, 1 insertion(+), 11 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/crunch/crunchide/Makefile b/usr.sbin/crunch/crunchide/Makefile index 945ed5b..0f85254 100644 --- a/usr.sbin/crunch/crunchide/Makefile +++ b/usr.sbin/crunch/crunchide/Makefile @@ -10,7 +10,7 @@ CFLAGS+=-DNLIST_AOUT SRCS+= exec_aout.c .endif -.if ${TARGET_ARCH} == alpha || ${TARGET_ARCH} == ia64 || \ +.if ${TARGET_ARCH} == ia64 || \ ${TARGET_ARCH} == sparc64 || ${TARGET_ARCH} == amd64 CFLAGS+=-DNLIST_ELF64 SRCS+= exec_elf64.c diff --git a/usr.sbin/pnpinfo/Makefile b/usr.sbin/pnpinfo/Makefile index 1f435ce..294b4f7 100644 --- a/usr.sbin/pnpinfo/Makefile +++ b/usr.sbin/pnpinfo/Makefile @@ -11,9 +11,4 @@ CFLAGS+= -I${.CURDIR}/../../sys CFLAGS+= -DPC98 .endif -.if ${MACHINE_ARCH} == "alpha" -LDADD= -lio -DPADD= ${LIBIO} -.endif - .include diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile index 02c9b2d..8b941e5 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 -- cgit v1.1