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/libmenu | |
| parent | c2762004a6c6fcf1ff51715e529d47a3755a2695 (diff) | |
Notes
Diffstat (limited to 'lib/libmenu')
| -rw-r--r-- | lib/libmenu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile index 0c3088bd6db40..fd3ddfe711580 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 \ |
