summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-08-07 01:05:24 +0000
committerderaadt <deraadt@openbsd.org>2004-08-07 01:05:24 +0000
commit8dbca5bd01a8a71081fb22d6949610d7f2429635 (patch)
treea4405f54e3413b73e17558c13cfdb8f04dab6fbb /usr.sbin/wsconscfg
parentpermit icmp6-type routersol out, and icmp6-type routeradv in, at boot time (diff)
downloadwireguard-openbsd-8dbca5bd01a8a71081fb22d6949610d7f2429635.tar.xz
wireguard-openbsd-8dbca5bd01a8a71081fb22d6949610d7f2429635.zip
sgi
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 a82937e41d0..57fe22c5658 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.15 2004/05/03 15:18:21 drahn Exp $
+# $OpenBSD: Makefile,v 1.16 2004/08/07 01:05:24 deraadt Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "cats" || ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \
${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64"
+ ${MACHINE} == "sparc64" || ${MACHINE} == "sgi"
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
+MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64 sgi
.include <bsd.prog.mk>