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 | |
parent | 57503175c85b02f90c4f025276e334d1dc27cf33 (diff) |
Build these userland wscons utilities on i386.
-rw-r--r-- | sbin/wsconsctl/Makefile | 5 | ||||
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 5 | ||||
-rw-r--r-- | usr.sbin/wsfontload/Makefile | 4 |
3 files changed, 8 insertions, 6 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 \ diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index d62cc650c46..ebef2578036 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2000/09/07 02:12:32 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= wsconscfg SRCS= wsconscfg.c diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile index a47c332580b..85d8c085343 100644 --- a/usr.sbin/wsfontload/Makefile +++ b/usr.sbin/wsfontload/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2000/07/20 00:34:29 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2001/01/30 00:33:04 aaron Exp $ -.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" +.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" PROG= wsfontload SRCS= wsfontload.c |