summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-06-26 15:18:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-06-26 15:18:54 +0000
commitcd66408755876755ba688bd29eb83267241b9520 (patch)
tree95d6bb663e4ee26986fcb66d96f8d225838c9cd7 /usr.sbin/ypldap
parentc019c4e4982b271694a1b6b4dc1a5dbe01a0ed52 (diff)
must be able to get at include file
Diffstat (limited to 'usr.sbin/ypldap')
-rw-r--r--usr.sbin/ypldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypldap/Makefile b/usr.sbin/ypldap/Makefile
index f6992a3c8fc..95eab41687f 100644
--- a/usr.sbin/ypldap/Makefile
+++ b/usr.sbin/ypldap/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2008/06/26 15:10:01 pyr Exp $
+# $OpenBSD: Makefile,v 1.2 2008/06/26 15:18:53 deraadt Exp $
PROG= ypldap
SRCS= parse.y ypldap.c imsg.c buffer.c log.c \
@@ -13,6 +13,6 @@ CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare -Wbounded
-CFLAGS+= -I/usr/local/include
+CFLAGS+= -I${.CURDIR} -I/usr/local/include
.include <bsd.prog.mk>