summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/form/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ncurses/form/Makefile')
-rw-r--r--lib/ncurses/form/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/form/Makefile b/lib/ncurses/form/Makefile
index 7c22588..6e69075 100644
--- a/lib/ncurses/form/Makefile
+++ b/lib/ncurses/form/Makefile
@@ -45,7 +45,7 @@ MANx= form.3x form_cursor.3x form_data.3x form_driver.3x \
CLEANFILES+=${page:T:S/x$//g}
MAN+=${page:T:S/x$//g}
${page:T:S/x$//g}: ${page}
- ln -s ${.ALLSRC} ${.TARGET}
+ cat ${.ALLSRC} > ${.TARGET}
.endfor
MLINKS+=form_cursor.3 pos_form_cursor.3
OpenPOWER on IntegriCloud