summaryrefslogtreecommitdiff
path: root/sbin/ancontrol
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-07-02 18:13:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-07-02 18:13:24 +0000
commit6f42d38071098f708ded25e07bd716d71940531d (patch)
tree21986ee80ea67946dcec4214e686ed541107c2ea /sbin/ancontrol
parente617ade04ddf7fa90c9a5619e04a3cc67ce838e3 (diff)
No, do NOT build them on everything
Diffstat (limited to 'sbin/ancontrol')
-rw-r--r--sbin/ancontrol/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/ancontrol/Makefile b/sbin/ancontrol/Makefile
index 4eabf1a04c1..20b67504e33 100644
--- a/sbin/ancontrol/Makefile
+++ b/sbin/ancontrol/Makefile
@@ -1,7 +1,12 @@
-# $OpenBSD: Makefile,v 1.3 2001/06/23 19:58:19 mickey Exp $
+# $OpenBSD: Makefile,v 1.4 2001/07/02 18:13:23 deraadt Exp $
+.if (${MACHINE} == "i386") || (${MACHINE} == "powerpc") || \
+ (${MACHINE} == "alpha")
PROG= ancontrol
CFLAGS+=-DANCACHE
+.else
+NOPROG=
+.endif
MAN= ancontrol.8