summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libncurses/Makefile2
-rw-r--r--lib/ncurses/ncurses/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index b57439e..9be40a0 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/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
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