diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-08-12 10:47:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-08-12 10:47:07 +0000 |
commit | 4d181c4442f0da5b9de7bb87e4d30a446adb5210 (patch) | |
tree | 61f361f0f02116bc6897b9a8d0ce2c6119247327 /sbin | |
parent | c7bcc4cdd2ce8ce1f2f046d848e14fd6a8b0f4a3 (diff) |
Build the wscons utilities on sparc, too
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wsconsctl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index fba0c9ce199..b8266878bf9 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.10 2002/02/06 15:35:26 jason Exp $ +# $OpenBSD: Makefile,v 1.11 2002/08/12 10:47:06 miod Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "macppc" || ${MACHINE} == "sparc64" + ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" PROG= wsconsctl SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \ @@ -22,6 +22,6 @@ NOPROG=yes .endif MAN= wsconsctl.8 -MANSUBDIR= alpha hppa i386 macppc sparc64 +MANSUBDIR= alpha hppa i386 macppc sparc sparc64 .include <bsd.prog.mk> |