diff options
-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 |