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/libpanel | |
| parent | c2762004a6c6fcf1ff51715e529d47a3755a2695 (diff) | |
Notes
Diffstat (limited to 'lib/libpanel')
| -rw-r--r-- | lib/libpanel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpanel/Makefile b/lib/libpanel/Makefile index 5c1f6010dda22..e715921652ac3 100644 --- a/lib/libpanel/Makefile +++ b/lib/libpanel/Makefile @@ -32,7 +32,7 @@ ncurses_def.h: MKncurses_def.sh ncurses_defs CLEANFILES+= panel.3 MAN= panel.3 panel.3: panel.3x - ln -s ${.ALLSRC} ${.TARGET} + cat ${.ALLSRC} > ${.TARGET} MLINKS+=panel.3 bottom_panel.3 panel.3 del_panel.3 panel.3 hide_panel.3 \ panel.3 move_panel.3 panel.3 new_panel.3 panel.3 panel_above.3 \ |
