summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rmt
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-24 04:16:26 +0000
committerphk <phk@FreeBSD.org>1995-02-24 04:16:26 +0000
commitfedbc2b6707bc7917e2dab3e8efc3042c1749096 (patch)
treeb3b2825d7a3231b40d714ad403cfb66df10095d9 /usr.sbin/rmt
parentf5b2c37e27d8387fb80fc08a03ac77c2973c6a85 (diff)
downloadFreeBSD-src-fedbc2b6707bc7917e2dab3e8efc3042c1749096.zip
FreeBSD-src-fedbc2b6707bc7917e2dab3e8efc3042c1749096.tar.gz
OK, we changed our mind again: -ln -s ...
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 ccc2017..dcd0a1d 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>
OpenPOWER on IntegriCloud