Make a link to /etc/rmt when we're installed.

This commit is contained in:
Jordan K. Hubbard 1995-02-16 12:34:35 +00:00
parent c80adb3803
commit 5c95e17f96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6499

View File

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