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/wsfontload | |
parent | 5f824a8d8e9b0db30ab43a58c694d97f6a77084e (diff) |
cats went away
Diffstat (limited to 'usr.sbin/wsfontload')
-rw-r--r-- | usr.sbin/wsfontload/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |