diff options
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 14 | ||||
-rw-r--r-- | usr.sbin/wsfontload/Makefile | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 61e6ef543a4..8ba6a8e1d36 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.24 2006/07/24 22:25:01 miod Exp $ +# $OpenBSD: Makefile,v 1.25 2007/08/01 21:32:55 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \ - ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ - ${MACHINE} == "luna88k" || ${MACHINE} == "mac68k" || \ - ${MACHINE} == "macppc" || ${MACHINE} == "sgi" || \ - ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" || \ - ${MACHINE} == "vax" || ${MACHINE} == "zaurus" + ${MACHINE} == "hp300" || ${MACHINE} == "hppa" || \ + ${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \ + ${MACHINE} == "mac68k" || ${MACHINE} == "macppc" || \ + ${MACHINE} == "sgi" || ${MACHINE} == "sparc" || \ + ${MACHINE} == "sparc64" || ${MACHINE} == "vax" || \ + ${MACHINE} == "zaurus" PROG= wsconscfg SRCS= wsconscfg.c diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile index 6d3d1e4e215..103fab6c8bb 100644 --- a/usr.sbin/wsfontload/Makefile +++ b/usr.sbin/wsfontload/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2005/01/13 19:21:04 drahn Exp $ +# $OpenBSD: Makefile,v 1.10 2007/08/01 21:32:55 deraadt Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "cats" || ${MACHINE} == "zaurus" + ${MACHINE} == "zaurus" PROG= wsfontload SRCS= wsfontload.c |