From bba777dd3bd0424b4581472727720218e66db03f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 30 Apr 2003 15:49:40 +0000 Subject: Symlink with -f. --- lib/libncurses/Makefile | 2 +- lib/ncurses/ncurses/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index b57439eb72ac2..9be40a00c28f3 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 b57439eb72ac2..9be40a00c28f3 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 -- cgit v1.3