summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/wsconsctl/Makefile')
-rw-r--r--sbin/wsconsctl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index b8266878bf9..8a8e7e7ed0c 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.11 2002/08/12 10:47:06 miod Exp $
+# $OpenBSD: Makefile,v 1.12 2003/10/31 04:05:29 drahn Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
+ ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
+ ${MACHINE} == "sparc64" || ${MACHINE} == "pegasos"
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
@@ -22,6 +23,6 @@ NOPROG=yes
.endif
MAN= wsconsctl.8
-MANSUBDIR= alpha hppa i386 macppc sparc sparc64
+MANSUBDIR= alpha hppa i386 macppc sparc sparc64 pegasos
.include <bsd.prog.mk>