summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-05-18 14:01:01 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-05-18 14:01:01 +0000
commitcf8893e91d9abffb3cf0df8de0b098bced1b3eac (patch)
treecc97d691e71750d15a3ea6396089df71f4cff531 /sbin
parent76c07de86c09fc370dcb5ca22fb4bc809f93c46c (diff)
Recurse down ancontrol, wicontrol, edlabel, fdisk
for man pages.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 9eb6ef7664b..da199ccc80a 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.50 2000/04/03 01:10:05 mickey Exp $
+# $OpenBSD: Makefile,v 1.51 2000/05/18 14:01:00 espie Exp $
# Not ported: XNSrouted enpload scsiformat startslip
# Missing: icheck
@@ -29,18 +29,9 @@ SUBDIR+= mount_xfs
# IPv6
SUBDIR+= ping6 rtsol
-.if make(clean) || make(cleandir) || make(obj)
-SUBDIR+= bim edlabel fdisk ancontrol wicontrol
-.elif ${MACHINE} == "i386"
-SUBDIR+= fdisk
-SUBDIR+= ancontrol wicontrol
-.elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc") || (${MACHINE} == "alpha")
-SUBDIR+= fdisk
-.elif ${MACHINE} == "pc532"
-SUBDIR+= bim
-.elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || \
- (${MACHINE} == "sparc")
-SUBDIR+= edlabel
-.endif
+# Man pages (and manpages to do)
+SUBDIR+= fdisk ancontrol wicontrol edlabel
+
+# Add bim if we resurrect pc532
.include <bsd.subdir.mk>