From f5b1c0f83f9827a82bc59402c396cbaade4a9b65 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 28 Jan 2004 17:43:02 +0000 Subject: Repair build links for pegosos, and also build for amd64 --- usr.sbin/wsfontload/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/wsfontload/Makefile') diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile index 5f927476f0d..f6ea30f80f7 100644 --- a/usr.sbin/wsfontload/Makefile +++ b/usr.sbin/wsfontload/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2001/01/30 01:18:38 mickey Exp $ +# $OpenBSD: Makefile,v 1.6 2004/01/28 17:43:01 deraadt Exp $ -.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" +.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ + ${MACHINE} == "alpha" || ${MACHINE} == "hppa" PROG= wsfontload SRCS= wsfontload.c -- cgit v1.2.3