summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2004-02-27 19:41:40 +0000
committerDavid Krause <david@cvs.openbsd.org>2004-02-27 19:41:40 +0000
commit04cb244800418970aadb4214b1c855d6ba50605b (patch)
tree84acf192f9b32d4c3afa193845ce951c42c542c2 /usr.sbin
parent500d9ba660a2a88e0c74efa2cc571b6abc7efc12 (diff)
fix CFLAGS -I
ok deraadt@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/spamdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/spamdb/Makefile b/usr.sbin/spamdb/Makefile
index 1574b921827..eb047b959c8 100644
--- a/usr.sbin/spamdb/Makefile
+++ b/usr.sbin/spamdb/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= spamdb
SRCS= spamdb.c
MAN= spamdb.8
-CFLAGS+= -Wall -Wstrict-prototypes -ansi -I ${.CURDIR}/../../libexec/spamd
+CFLAGS+= -Wall -Wstrict-prototypes -ansi -I${.CURDIR}/../../libexec/spamd
.include <bsd.prog.mk>