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. --- sbin/bsdlabel/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/bsdlabel') diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index 716dab3..a412493 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 -- cgit v1.1