From d7097494d986b15a255a0bf1d7b22e042292254d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 29 Jan 2004 03:42:50 +0000 Subject: cats will have these --- sbin/ancontrol/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sbin/ancontrol/Makefile') diff --git a/sbin/ancontrol/Makefile b/sbin/ancontrol/Makefile index 8bc47380ffd..1959fda50c5 100644 --- a/sbin/ancontrol/Makefile +++ b/sbin/ancontrol/Makefile @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2004/01/28 17:45:21 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2004/01/29 03:42:49 deraadt Exp $ .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ - (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") + (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ + (${MACHINE} == "cats") + PROG= ancontrol CPPFLAGS+=-DANCACHE .else -- cgit v1.2.3