summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/wicontrol/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/wicontrol/Makefile b/sbin/wicontrol/Makefile
index 3ca45ec40a4..f499e910470 100644
--- a/sbin/wicontrol/Makefile
+++ b/sbin/wicontrol/Makefile
@@ -1,16 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 2000/05/18 13:49:51 espie Exp $
+# $OpenBSD: Makefile,v 1.3 2001/06/23 19:55:34 mickey Exp $
# From: Makefile,v 1.1 1999/05/05 07:37:06 wpaul Exp $
-.if ${MACHINE} == "i386"
PROG= wicontrol
SRCS= wicontrol.c
CFLAGS+= -Wall
-.else
-NOPROG=yes
-.endif
MAN= wicontrol.8
-MANSUBDIR=i386
.include <bsd.prog.mk>