diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-02-06 15:34:38 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-02-06 15:34:38 +0000 |
commit | e8c8925af6e8ef082e79027216d3fb5a470d418f (patch) | |
tree | a55d19ccd509e77e2ebb1947df900a9a7106aeb1 /sbin/wsconsctl | |
parent | baad33b3fa533fb5f377050449ddf405733e7693 (diff) |
sparc64 needs this now
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r-- | sbin/wsconsctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index 9d67539435a..935bbf135eb 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2001/09/01 16:21:16 drahn Exp $ +# $OpenBSD: Makefile,v 1.9 2002/02/06 15:34:37 jason Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "macppc" + ${MACHINE} == "macppc" || ${MACHINE} == "sparc64" PROG= wsconsctl SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \ |