summaryrefslogtreecommitdiff
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-07-09 21:02:39 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-07-09 21:02:39 +0000
commita9f046bdb7894ff32681468beb72327606bda12e (patch)
tree0d37b7fbbc7caf857706cef704b0a97813fc9edf /sbin/fdisk
parent5a9ca96a1a522449aa9bb0ce0eb07bf764525edc (diff)
Add armish to MANSUBDIR
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile
index 97cffb33ce8..3515cf61477 100644
--- a/sbin/fdisk/Makefile
+++ b/sbin/fdisk/Makefile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: Makefile,v 1.32 2006/06/06 00:01:49 drahn Exp $
+# $OpenBSD: Makefile,v 1.33 2006/07/09 21:02:38 miod Exp $
#
# Copyright (c) 1997 Tobias Weingartner
# All rights reserved.
@@ -54,6 +54,6 @@ NOPROG=yes
.endif
MAN= fdisk.8
-MANSUBDIR=i386 amd64 macppc alpha cats zaurus
+MANSUBDIR=alpha amd64 armish cats i386 macppc zaurus
.include <bsd.prog.mk>