diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 03:42:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 03:42:50 +0000 |
commit | d7097494d986b15a255a0bf1d7b22e042292254d (patch) | |
tree | 005385a7d3a3013c196dde618da30dbaff40e9ea /sbin/ancontrol/Makefile | |
parent | 7402b71d9bb0bfb58f255ed433418992f09f0f1f (diff) |
cats will have these
Diffstat (limited to 'sbin/ancontrol/Makefile')
-rw-r--r-- | sbin/ancontrol/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |