Make sure link to /etc/rmt happens.

Now I know that there was talk of moving it to the release/Makefile or the
etc/Makefile, but I don't think it was ever decided where.

Reviewed by:	phk
Submitted by:	John Hay <jhay@mikom.csir.co.za>
This commit is contained in:
Poul-Henning Kamp 1995-02-23 19:40:48 +00:00
parent 9b4b42d17b
commit 0aba884c7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6670

View File

@ -4,6 +4,6 @@ PROG= rmt
MAN8= rmt.8
beforeinstall:
ln -s ${BINDIR}/rmt ${DESTDIR}/etc/rmt
ln -fs ${BINDIR}/rmt ${DESTDIR}/etc/rmt
.include <bsd.prog.mk>