summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-05-15 21:45:44 +0000
committerderaadt <deraadt@openbsd.org>2009-05-15 21:45:44 +0000
commit9f29cefd2afaf38f0875627d4b23e61e3e5866a0 (patch)
treefcdd6e1a9a6b8c8309d0458b7043d9f89c5776ed /usr.sbin/wsconscfg
parentEnable udl(4) and ukbd(4) because this lets a landisk actually have a (diff)
downloadwireguard-openbsd-9f29cefd2afaf38f0875627d4b23e61e3e5866a0.tar.xz
wireguard-openbsd-9f29cefd2afaf38f0875627d4b23e61e3e5866a0.zip
Stop this silliness with machine dependent man pages
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 209d12dd602..9f76676a284 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2007/08/01 21:35:26 deraadt Exp $
+# $OpenBSD: Makefile,v 1.27 2009/05/15 21:45:44 deraadt Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "hp300" || ${MACHINE} == "hppa" || \
@@ -6,7 +6,8 @@
${MACHINE} == "mac68k" || ${MACHINE} == "macppc" || \
${MACHINE} == "sgi" || ${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || ${MACHINE} == "vax" || \
- ${MACHINE} == "zaurus"
+ ${MACHINE} == "zaurus" || ${MACHINE} == "landisk" ||
+ ${MACHINE} == "socppc"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -18,7 +19,5 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha amd64 hp300 hppa i386 luna88k mac68k macppc \
- sgi sparc sparc64 vax zaurus
.include <bsd.prog.mk>