summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2002-02-06 15:37:40 +0000
committerjason <jason@openbsd.org>2002-02-06 15:37:40 +0000
commitcc2219e34056946408a22df2a8ac8fe4acf28a55 (patch)
tree8416df04f4f9446056bd945a0cb723da3e386730 /usr.sbin/wsconscfg
parentOops, add sparc64 everywhere (diff)
downloadwireguard-openbsd-cc2219e34056946408a22df2a8ac8fe4acf28a55.tar.xz
wireguard-openbsd-cc2219e34056946408a22df2a8ac8fe4acf28a55.zip
sparc64 needs this too
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 26e739baa4e..2bb9d932d1b 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.8 2001/09/01 17:01:49 drahn Exp $
+# $OpenBSD: Makefile,v 1.9 2002/02/06 15:37:40 jason Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "macppc"
+ ${MACHINE} == "macppc" || ${MACHINE} == "sparc64"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -13,6 +13,6 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha hppa i386 macppc
+MANSUBDIR= alpha hppa i386 macppc sparc64
.include <bsd.prog.mk>