diff options
Diffstat (limited to 'sbin/wsconsctl/Makefile')
-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 \ |