summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-01-05 02:55:29 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-01-05 02:55:29 +0000
commit8d61aed2a3dc86e1ce771f2b5c76dd4a0d91bef4 (patch)
treedf46b65fef3fd2c64a79b3c13d83d3af8edcfca1 /usr.sbin/afs
parent554ea1a4bf9e80c4a3c17b2af21b3672ca36ea02 (diff)
include path fixes for gcc3.
tests otto@, okay millert@
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