From 04cb244800418970aadb4214b1c855d6ba50605b Mon Sep 17 00:00:00 2001 From: David Krause Date: Fri, 27 Feb 2004 19:41:40 +0000 Subject: fix CFLAGS -I ok deraadt@ --- libexec/spamlogd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/spamlogd/Makefile') diff --git a/libexec/spamlogd/Makefile b/libexec/spamlogd/Makefile index ce40ac8143f..072b31fdc24 100644 --- a/libexec/spamlogd/Makefile +++ b/libexec/spamlogd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2004/02/26 07:28:55 beck Exp $ +# $OpenBSD: Makefile,v 1.2 2004/02/27 19:41:39 david Exp $ PROG= spamlogd SRCS= spamlogd.c MAN= spamlogd.8 -CFLAGS+= -Wall -Wstrict-prototypes -ansi -I ${.CURDIR}/../spamd +CFLAGS+= -Wall -Wstrict-prototypes -ansi -I${.CURDIR}/../spamd .include -- cgit v1.2.3