diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-30 15:49:40 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-30 15:49:40 +0000 |
| commit | bba777dd3bd0424b4581472727720218e66db03f (patch) | |
| tree | c9fff050d304cb19db2b0eae8eaf44db85f6f24b /lib/ncurses | |
| parent | 6b385310ffb22fcd11ff50a0a80060a405696089 (diff) | |
Notes
Diffstat (limited to 'lib/ncurses')
| -rw-r--r-- | lib/ncurses/ncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index b57439eb72ac..9be40a00c28f 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 |
