diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-01-11 22:14:11 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-01-11 22:14:11 +0000 |
commit | 574ef3084120df4771d3e364f907ed1831079c2e (patch) | |
tree | ed9f6152e76dd1b368c15c48df3b2578fcecdd64 /sbin/ancontrol | |
parent | 02f469848d333f90232e757bf7d401dbf950e18f (diff) |
-DANCACHE belongs to CPPFLAGS, not CFLAGS.
ok millert@
Diffstat (limited to 'sbin/ancontrol')
-rw-r--r-- | sbin/ancontrol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ancontrol/Makefile b/sbin/ancontrol/Makefile index 73f044607e6..5b99166e9c5 100644 --- a/sbin/ancontrol/Makefile +++ b/sbin/ancontrol/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2001/09/01 16:21:16 drahn Exp $ +# $OpenBSD: Makefile,v 1.6 2004/01/11 22:14:10 grange Exp $ .if (${MACHINE} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE} == "alpha") PROG= ancontrol -CFLAGS+=-DANCACHE +CPPFLAGS+=-DANCACHE .else NOPROG= .endif |