summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/ancontrol/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/ancontrol/Makefile b/sbin/ancontrol/Makefile
index e274e099960..4eabf1a04c1 100644
--- a/sbin/ancontrol/Makefile
+++ b/sbin/ancontrol/Makefile
@@ -1,12 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2000/05/18 13:49:49 espie Exp $
+# $OpenBSD: Makefile,v 1.3 2001/06/23 19:58:19 mickey Exp $
-.if ${MACHINE}=="i386"
PROG= ancontrol
CFLAGS+=-DANCACHE
-.else
-NOPROG=yes
-.endif
MAN= ancontrol.8
-MANSUBDIR=i386
+
.include <bsd.prog.mk>