summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-07-20 00:34:30 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-07-20 00:34:30 +0000
commit0e8cb05b1258d26f9a817743c0eb95813b983f09 (patch)
tree0cf8a19ca49d54bad070677fd04253f2f32a60eb
parent0acc54df0ffe7cf9f816e5360590f06f517129ee (diff)
Move ws* command man pages to arch-dependent subdirs.
-rw-r--r--sbin/wsconsctl/Makefile3
-rw-r--r--usr.sbin/wsconscfg/Makefile3
-rw-r--r--usr.sbin/wsfontload/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index f78a05106b1..e43ca1d1b25 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2000/07/02 02:09:19 mickey Exp $
+# $OpenBSD: Makefile,v 1.3 2000/07/20 00:34:29 espie Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa"
@@ -21,5 +21,6 @@ NOPROG=yes
.endif
MAN= wsconsctl.8
+MANSUBDIR= alpha hppa
.include <bsd.prog.mk>
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 9326e890d43..9dacfdc8bbc 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2000/07/02 02:07:10 mickey Exp $
+# $OpenBSD: Makefile,v 1.3 2000/07/20 00:34:29 espie Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa"
@@ -12,5 +12,6 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
+MANSUBDIR= alpha hppa
.include <bsd.prog.mk>
diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile
index 053f38031c8..a47c332580b 100644
--- a/usr.sbin/wsfontload/Makefile
+++ b/usr.sbin/wsfontload/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2000/07/02 02:07:11 mickey Exp $
+# $OpenBSD: Makefile,v 1.3 2000/07/20 00:34:29 espie Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa"
@@ -12,5 +12,6 @@ NOPROG=yes
.endif
MAN= wsfontload.8
+MANSUBDIR= alpha hppa
.include <bsd.prog.mk>