summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl/Makefile
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>2004-08-06 22:41:08 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>2004-08-06 22:41:08 +0000
commit5f8b0bc223e0a9c14a3998a04fcee07cfa98e4df (patch)
treed9040a828384c5903f8f8797f2b4b9c8bbe7e3bf /sbin/wsconsctl/Makefile
parent73914ffd89164ae4922dd6a502c2fceec721ea17 (diff)
add sgi
Diffstat (limited to 'sbin/wsconsctl/Makefile')
-rw-r--r--sbin/wsconsctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index f6b26a09466..98d6950a38b 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.19 2004/05/03 15:18:19 drahn Exp $
+# $OpenBSD: Makefile,v 1.20 2004/08/06 22:41:07 pefo Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "cats" || ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \
${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64"
+ ${MACHINE} == "sgi" || ${MACHINE} == "sparc64"
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
@@ -25,6 +25,6 @@ NOPROG=yes
.endif
MAN= wsconsctl.8
-MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64
+MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sgi sparc sparc64
.include <bsd.prog.mk>