summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2003-10-31 04:12:20 +0000
committerdrahn <drahn@openbsd.org>2003-10-31 04:12:20 +0000
commit2bc9c2dfcf1d372ef1aea36484f6030c258253c2 (patch)
treea359e4a30e8e8c9951c80e7754413eea24143527 /usr.sbin/wsconscfg
parentWork around a _really_ _nasty_ pciide attachment problem on pegasos, (diff)
downloadwireguard-openbsd-2bc9c2dfcf1d372ef1aea36484f6030c258253c2.tar.xz
wireguard-openbsd-2bc9c2dfcf1d372ef1aea36484f6030c258253c2.zip
These should build on pegasos.
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 411e65060f1..1a43462ba2c 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.10 2002/08/12 10:47:43 miod Exp $
+# $OpenBSD: Makefile,v 1.11 2003/10/31 04:12:20 drahn Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
+ ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
+ ${MACHINE} == "sparc64" || ${MACHINE} == "pegasos"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -13,6 +14,6 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha hppa i386 macppc sparc sparc64
+MANSUBDIR= alpha hppa i386 macppc pegasos sparc sparc64
.include <bsd.prog.mk>