diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-23 19:55:35 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-23 19:55:35 +0000 |
commit | d17c1ee33ead8850128a6b368b0e04ff5c84d12d (patch) | |
tree | b4d198a82c42f7f250e7a5c827edb7bcad61db19 /sbin/wicontrol/Makefile | |
parent | e6efddbb0b0e22ed16c5c62690cb68aabd0e8fd9 (diff) |
this is not i386-only
Diffstat (limited to 'sbin/wicontrol/Makefile')
-rw-r--r-- | sbin/wicontrol/Makefile | 7 |
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> |