diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 00:33:05 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 00:33:05 +0000 |
commit | b02f40612bee4b128a2cd29f640552a88c0b15a3 (patch) | |
tree | a7d1af4a5c872709cce37a18d7f67b32bc1c8bc6 /sbin/wsconsctl | |
parent | 57503175c85b02f90c4f025276e334d1dc27cf33 (diff) |
Build these userland wscons utilities on i386.
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r-- | sbin/wsconsctl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index dfca1b7ec6e..b776f9283ef 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2000/09/07 02:11:56 rahnds Exp $ +# $OpenBSD: Makefile,v 1.6 2001/01/30 00:33:04 aaron Exp $ -.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || ${MACHINE} == "powerpc" +.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ + ${MACHINE} == "powerpc" PROG= wsconsctl SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \ |