summaryrefslogtreecommitdiffstats
path: root/lib/libmenu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmenu/Makefile')
-rw-r--r--lib/libmenu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile
index 0c3088b..fd3ddfe 100644
--- a/lib/libmenu/Makefile
+++ b/lib/libmenu/Makefile
@@ -42,7 +42,7 @@ MANx= menu.3x menu_attributes.3x menu_cursor.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+=menu_attributes.3 menu_back.3 menu_attributes.3 menu_fore.3 \
OpenPOWER on IntegriCloud