buildiso was assuming a native obj hierarchy when running the make distribute
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 23 Apr 2004 02:14:07 +0000 (02:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 23 Apr 2004 02:14:07 +0000 (02:14 +0000)
commit5b22b655fb5d29fcfb99c0331311eb8f60f90a5b
treed5f70ad70331e6c29d867cfdf785ae589ca9b6b7
parentf419dacaa1d965eb4badb7cf68b2ea943811ebc8
buildiso was assuming a native obj hierarchy when running the make distribute
for etc, but buildworld's obj hierarchy is in a buildworld-special place, so
this was creating a failure.

Give nrelease its own custom hierarchy for any manual make distribute's that
it decides to issue (of which there is exactly one right now: etc for
sendmail's CF generation).
nrelease/Makefile