diff options
Diffstat (limited to 'usr.sbin/wsfontload/Makefile')
-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 103fab6c8bb..624f5324b91 100644 --- a/usr.sbin/wsfontload/Makefile +++ b/usr.sbin/wsfontload/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2007/08/01 21:32:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2007/08/01 21:35:26 deraadt Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ @@ -14,6 +14,6 @@ NOPROG=yes .endif MAN= wsfontload.8 -MANSUBDIR= alpha hppa i386 amd64 cats zaurus +MANSUBDIR= alpha hppa i386 amd64 zaurus .include <bsd.prog.mk> |