diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-07 02:12:33 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-07 02:12:33 +0000 |
commit | d107f579bcf59c8c865fd3e0efe02ddbdf8be095 (patch) | |
tree | bd199f490a8cc8dcbd66b8c064146177bdd97ff0 /usr.sbin | |
parent | fe54da6b4ab9ad96f3069210031ebcf672e1ae1d (diff) |
Install manpage on powerpc also.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 72b90058794..d62cc650c46 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2000/09/07 01:37:25 rahnds Exp $ +# $OpenBSD: Makefile,v 1.5 2000/09/07 02:12:32 rahnds Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || ${MACHINE} == "powerpc" @@ -12,6 +12,6 @@ NOPROG=yes .endif MAN= wsconscfg.8 -MANSUBDIR= alpha hppa +MANSUBDIR= alpha hppa powerpc .include <bsd.prog.mk> |