aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rmt
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-02-24 04:16:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-02-24 04:16:26 +0000
commit6d5be8a5d41424fbe9d2c2169f9aecdf84f6b8c1 (patch)
treeb3b2825d7a3231b40d714ad403cfb66df10095d9 /usr.sbin/rmt
parent81c427da325f2e1912e95edf06aba0e09cf63092 (diff)
downloadsrc-6d5be8a5d41424fbe9d2c2169f9aecdf84f6b8c1.tar.gz
src-6d5be8a5d41424fbe9d2c2169f9aecdf84f6b8c1.zip
OK, we changed our mind again: -ln -s ...
Notes
Notes: svn path=/head/; revision=6679
Diffstat (limited to 'usr.sbin/rmt')
-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 ccc2017c1bda..dcd0a1d0fbf0 100644
--- a/usr.sbin/rmt/Makefile
+++ b/usr.sbin/rmt/Makefile
@@ -4,6 +4,6 @@ PROG= rmt
MAN8= rmt.8
beforeinstall:
- ln -fs ${BINDIR}/rmt ${DESTDIR}/etc/rmt
+ -ln -s ${BINDIR}/rmt ${DESTDIR}/etc/rmt
.include <bsd.prog.mk>