aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rmt/Makefile
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2018-06-29 21:15:17 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2018-06-29 21:15:17 +0000
commit53ed3b32ae0487a5ea96e4eedbe8c2d8b44b471d (patch)
treec7597e8a45dfccaeede5f6166a6c41d609de6c88 /usr.sbin/rmt/Makefile
parent341679e1f253206f9c955fd0cb8b100dc39e99ef (diff)
Notes
Diffstat (limited to 'usr.sbin/rmt/Makefile')
-rw-r--r--usr.sbin/rmt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rmt/Makefile b/usr.sbin/rmt/Makefile
index a6fb53eb9f89..93fa5a5f1297 100644
--- a/usr.sbin/rmt/Makefile
+++ b/usr.sbin/rmt/Makefile
@@ -7,6 +7,6 @@ MAN= rmt.8
# called from /usr/src/etc/Makefile
etc-rmt:
rm -f ${DESTDIR}/etc/rmt
- ln -s ..${BINDIR}/rmt ${DESTDIR}/etc/rmt
+ ${INSTALL_RSYMLINK} ..${BINDIR}/rmt ${DESTDIR}/etc/rmt
.include <bsd.prog.mk>