summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-30 15:49:40 +0000
committerobrien <obrien@FreeBSD.org>2003-04-30 15:49:40 +0000
commit006fb9f2ad8c466c4a862504411bd1c565020cd4 (patch)
treec9fff050d304cb19db2b0eae8eaf44db85f6f24b /lib/ncurses
parent0315a71a552fb05e663ffbb9d2ccf06a74efe159 (diff)
downloadFreeBSD-src-006fb9f2ad8c466c4a862504411bd1c565020cd4.zip
FreeBSD-src-006fb9f2ad8c466c4a862504411bd1c565020cd4.tar.gz
Symlink with -f.
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index b57439e..9be40a0 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -410,7 +410,7 @@ MAN+= term.7
CLEANFILES+=${page:T:S/x$//g}
MAN+=${page:T:S/x$//g}
${page:T:S/x$//g}: ${page}
- ln -s ${.ALLSRC} ${.TARGET}
+ ln -sf ${.ALLSRC} ${.TARGET}
.endfor
MLINKS+=ncurses.3 curses.3
OpenPOWER on IntegriCloud