summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authorrahnds <rahnds@openbsd.org>2000-09-07 02:12:32 +0000
committerrahnds <rahnds@openbsd.org>2000-09-07 02:12:32 +0000
commitc8ef602ff2841d33a1567e1574a1866d44b11dc4 (patch)
tree73345e25d426d99120c6130dd42338f98e34ffce /usr.sbin/wsconscfg
parentinstall manpage for powerpc also. (diff)
downloadwireguard-openbsd-c8ef602ff2841d33a1567e1574a1866d44b11dc4.tar.xz
wireguard-openbsd-c8ef602ff2841d33a1567e1574a1866d44b11dc4.zip
Install manpage on powerpc also.
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile4
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>