From 6f42d38071098f708ded25e07bd716d71940531d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 2 Jul 2001 18:13:24 +0000 Subject: No, do NOT build them on everything --- sbin/wicontrol/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sbin/wicontrol/Makefile') diff --git a/sbin/wicontrol/Makefile b/sbin/wicontrol/Makefile index f499e910470..7b9b601ece1 100644 --- a/sbin/wicontrol/Makefile +++ b/sbin/wicontrol/Makefile @@ -1,8 +1,13 @@ -# $OpenBSD: Makefile,v 1.3 2001/06/23 19:55:34 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 2001/07/02 18:13:23 deraadt Exp $ # From: Makefile,v 1.1 1999/05/05 07:37:06 wpaul Exp $ +.if (${MACHINE} == "i386") || (${MACHINE} == "powerpc") || \ + (${MACHINE} == "alpha") PROG= wicontrol SRCS= wicontrol.c +.else +NOPROG= +.endif CFLAGS+= -Wall -- cgit v1.2.3