summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-31 20:47:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-31 20:47:17 +0000
commit289208c52e760ad80a1bcf33949501e56f77b021 (patch)
tree22aaeafdcf0dff96258fd8757ee62159bf27ebc8
parent100d30f851e9b1ed524f63271c12f8087d040d11 (diff)
remove arc from here
-rw-r--r--sbin/fdisk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile
index 0d9387ed3a0..e7bf62047b3 100644
--- a/sbin/fdisk/Makefile
+++ b/sbin/fdisk/Makefile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: Makefile,v 1.17 2001/09/01 16:21:16 drahn Exp $
+# $OpenBSD: Makefile,v 1.18 2002/03/31 20:47:16 deraadt Exp $
#
# Copyright (c) 1997 Tobias Weingartner
# All rights reserved.
@@ -30,7 +30,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-.if ${MACHINE} == "i386" || ${MACHINE} == "arc" || ${MACHINE} == "macppc" || ${MACHINE} == "alpha"
+.if ${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "alpha"
PROG= fdisk
SRCS= fdisk.c user.c misc.c disk.c mbr.c part.c cmd.c manual.c
DPADD= ${LIBUTIL}
@@ -54,6 +54,6 @@ NOPROG=yes
.endif
MAN= fdisk.8
-MANSUBDIR=i386 arc macppc alpha
+MANSUBDIR=i386 macppc alpha
.include <bsd.prog.mk>