summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2004-05-03 15:18:18 +0000
committerdrahn <drahn@openbsd.org>2004-05-03 15:18:18 +0000
commit1a6eb946e1e5e7193114b978e6795a8bcb4227f8 (patch)
tree690ebbcb771b0a8bc29d57ad322a0a80da2f334b /usr.sbin/wsconscfg
parentMake socket that reads reload requests from crontab be non-blocking. (diff)
downloadwireguard-openbsd-1a6eb946e1e5e7193114b978e6795a8bcb4227f8.tar.xz
wireguard-openbsd-1a6eb946e1e5e7193114b978e6795a8bcb4227f8.zip
Remove OpenBSD/pegaos, this has been announced before but delayed until
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 18c156091c1..a82937e41d0 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.14 2004/04/24 13:38:37 miod Exp $
+# $OpenBSD: Makefile,v 1.15 2004/05/03 15:18:21 drahn Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "cats" || ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \
${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "pegasos"
+ ${MACHINE} == "sparc64"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -16,6 +16,6 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64 pegasos
+MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64
.include <bsd.prog.mk>