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/wsmoused/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usr.sbin/wsmoused') diff --git a/usr.sbin/wsmoused/Makefile b/usr.sbin/wsmoused/Makefile index 7569fd82ff9..540df7332f6 100644 --- a/usr.sbin/wsmoused/Makefile +++ b/usr.sbin/wsmoused/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2003/10/31 04:12:20 drahn Exp $ +# $OpenBSD: Makefile,v 1.4 2004/01/28 17:43:01 deraadt Exp $ -.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "pegasos" +.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" ||\ + ${MACHINE} == "alpha" || ${MACHINE} == "pegasos" PROG= wsmoused SRCS= wsmoused.c mouse_protocols.c @@ -12,7 +13,7 @@ NOPROG=yes .endif MAN= wsmoused.8 -MANSUBDIR= i386 alpha +MANSUBDIR= i386 amd64 alpha pegosos .include -- cgit v1.2.3