From 006fb9f2ad8c466c4a862504411bd1c565020cd4 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 30 Apr 2003 15:49:40 +0000 Subject: Symlink with -f. --- lib/ncurses/ncurses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ncurses') 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 -- cgit v1.1