diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-06-06 13:46:55 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-06-06 13:46:55 +0000 |
| commit | 3a624f5e231be635938172fee38b15046d4ef3dd (patch) | |
| tree | 105031d796a987b6ae19ac2274544ddf8fed1447 /lib/libncurses | |
| parent | c2762004a6c6fcf1ff51715e529d47a3755a2695 (diff) | |
Notes
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 9be40a00c28f..0dc6702c4f41 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 -sf ${.ALLSRC} ${.TARGET} + cat ${.ALLSRC} > ${.TARGET} .endfor MLINKS+=ncurses.3 curses.3 |
