Symlink with -f.

This commit is contained in:
David E. O'Brien 2003-04-30 15:49:40 +00:00
parent 6b385310ff
commit bba777dd3b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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