diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-07-20 00:34:30 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-07-20 00:34:30 +0000 |
commit | 0e8cb05b1258d26f9a817743c0eb95813b983f09 (patch) | |
tree | 0cf8a19ca49d54bad070677fd04253f2f32a60eb /usr.sbin/wsfontload/Makefile | |
parent | 0acc54df0ffe7cf9f816e5360590f06f517129ee (diff) |
Move ws* command man pages to arch-dependent subdirs.
Diffstat (limited to 'usr.sbin/wsfontload/Makefile')
-rw-r--r-- | usr.sbin/wsfontload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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> |