summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-05-18 17:01:38 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-05-18 17:01:38 +0000
commit9c5ab650ffe798c7360a837711c922239775041a (patch)
treede9f44e4e1730ec4c4425bb7b07070585f20b961 /usr.sbin/Makefile
parent1c8b56cf9f937e32a97876868398b44aa1cb2d0b (diff)
Recurse down arch-dependent subdirs to grab manpages.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile21
1 files changed, 4 insertions, 17 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 74a2d0f4de8..6c359f00998 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.63 2000/04/26 06:21:07 jakob Exp $
+# $OpenBSD: Makefile,v 1.64 2000/05/18 17:01:37 espie Exp $
# not yet done: catman
@@ -19,8 +19,10 @@ SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \
# IPv6
SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold traceroute6
-# Amiga manpages
+# Arch dependent tools, with manpages
SUBDIR+=iteconfig grfconfig videomode
+SUBDIR+=bad144 apm apmd fdformat memconfig
+SUBDIR+=eeprom screenblank grfinfo hilinfo
.if (${AFS} == "yes")
SUBDIR+=afs
@@ -30,19 +32,4 @@ SUBDIR+=afs
SUBDIR+=ypbind yppoll ypset ypserv
.endif
-.if make(clean) || make(cleandir) || make(obj)
-SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \
- hilinfo screenblank videomode memconfig
-.elif ${MACHINE} == "hp300"
-SUBDIR+=grfinfo hilinfo
-.elif ${MACHINE} == "i386"
-SUBDIR+=bad144 apm apmd fdformat memconfig
-.elif ${MACHINE} == "pmax"
-SUBDIR+=
-.elif ${MACHINE} == "sun3"
-SUBDIR+=eeprom screenblank
-.elif ${MACHINE} == "sparc"
-SUBDIR+=eeprom fdformat screenblank
-.endif
-
.include <bsd.subdir.mk>