summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2002-08-12 10:47:43 +0000
committermiod <miod@openbsd.org>2002-08-12 10:47:43 +0000
commitacd5183e0d6255759164cd5dc40ddfc03c686ecb (patch)
treead4cb7b3feaa56cb9ff35aee3bc78f1b63f6fda1 /usr.sbin/wsconscfg
parentscreenblank is replaced by the wscons built-in burner facility on sparc (diff)
downloadwireguard-openbsd-acd5183e0d6255759164cd5dc40ddfc03c686ecb.tar.xz
wireguard-openbsd-acd5183e0d6255759164cd5dc40ddfc03c686ecb.zip
Build the wscons utilities on sparc 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 2bb9d932d1b..411e65060f1 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.9 2002/02/06 15:37:40 jason Exp $
+# $OpenBSD: Makefile,v 1.10 2002/08/12 10:47:43 miod Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "macppc" || ${MACHINE} == "sparc64"
+ ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -13,6 +13,6 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha hppa i386 macppc sparc64
+MANSUBDIR= alpha hppa i386 macppc sparc sparc64
.include <bsd.prog.mk>