# $OpenBSD: Makefile,v 1.12 2009/05/15 21:45:44 deraadt Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ ${MACHINE} == "zaurus" PROG= wsfontload SRCS= wsfontload.c .else NOPROG=yes .endif MAN= wsfontload.8 .include