summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/usr.sbin/ydr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/afs/usr.sbin/ydr/Makefile b/usr.sbin/afs/usr.sbin/ydr/Makefile
index afadbc18451..86d5390a22d 100644
--- a/usr.sbin/afs/usr.sbin/ydr/Makefile
+++ b/usr.sbin/afs/usr.sbin/ydr/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2003/08/05 11:11:42 hin Exp $
+# $OpenBSD: Makefile,v 1.3 2004/01/05 02:55:28 espie Exp $
AFSTOPDIR= ../..
.include <../../Makefile.inc>
@@ -16,7 +16,7 @@ MAN =
BINDIR = ${DESTDIR}/usr/bin
PROG = ydr
-CFLAGS += -I${AFSSRC}/util -I.
+CFLAGS += -I${AFSSRC}/util -I${AFSSRC}/ydr -I.
.PATH: ${AFSSRC}/ydr ${AFSSRC}/util