diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-01 21:32:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-01 21:32:56 +0000 |
commit | f8760832144a6c92be7507b374379026e9f64f04 (patch) | |
tree | e74ddcc981200170b21e379d937d9b22b2b2cf6a /usr.sbin | |
parent | 5f824a8d8e9b0db30ab43a58c694d97f6a77084e (diff) |
cats went away
Diffstat (limited to 'usr.sbin')
-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 |