Date: Fri, 24 Feb 1995 07:19:14 +1100 From: Bruce Evans <bde@zeta.org.au> To: jhay@mikom.csir.co.za, phk@ref.tfs.com Cc: current@FreeBSD.org Subject: Re: src/usr.sbin/rmt/Makefile breaking Message-ID: <199502232019.HAA05138@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> There were some talking about "make install" breaking in "usr.sbin/rmt" when it
>> do the link to ${DESTDIR}/etc/rmt, but it seems nothing happened about it.
>John, send us a patch :-)
Others have sent patches :-).
I think the best one for now is to put a `-' in front of the ln. `ln -sf'
would be wrong because it clobbers the existing file or link which may have
been customized. Installing from src/etc depends on rmt having been built.
Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502232019.HAA05138>
