diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-02-24 04:16:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-02-24 04:16:26 +0000 |
| commit | 6d5be8a5d41424fbe9d2c2169f9aecdf84f6b8c1 (patch) | |
| tree | b3b2825d7a3231b40d714ad403cfb66df10095d9 /usr.sbin | |
| parent | 81c427da325f2e1912e95edf06aba0e09cf63092 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/rmt/Makefile | 2 |
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> |
