Subject: Re: PATH glitch in netstat Makefile
To: Tom Ivar Helbekkmo <tih@Norway.EU.net>
From: None <itojun@iijlab.net>
List: current-users
Date: 07/24/1999 03:10:51
>Since there's an "iso.c" both in the netstat directory and in the
>sys/netiso one, the virtual path has to include the main directory:
>	.PATH:	${.CURDIR}/../../sys/netiso
>...should be changed to:
>	.PATH:	${.CURDIR} ${.CURDIR}/../../sys/netiso
>I assume this only hits you when you use a separate object tree.

	If I remember correctly you need to update, rebuild and install
	usr.bin/make (I agree that it is safer to leave ${.CURDIR} here).

itojun