Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 11/21/1999 08:26:03
Module Name:	basesrc
Committed By:	itojun
Date:		Sun Nov 21 16:26:03 UTC 1999

Modified Files:
	basesrc/usr.sbin/bind/named-xfer: Makefile
	basesrc/usr.sbin/bind/ndc: Makefile

Log Message:
fix compilation of named-xfer and ndc, when you do "make obj" (including
"make build" from the top).

XXX
if you do "make obj", you have to reference:
	bind/named/obj/pathnames.h
from either of them by using relative path:
	${.OBJDIR} = bind/named-xfer/obj or
	${.CURDIR} = bind/named-xfer
-I${.OBJDIR}/../named was included but is not the correct one.
I used -I${.CURDIR}/../named/obj, but I'm not sure if it is the right way.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/bind/named-xfer/Makefile
cvs rdiff -r1.2 -r1.3 basesrc/usr.sbin/bind/ndc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.