1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/lib/libncurses
Jun Kuriyama 3a624f5e23 Use
cat ${.ALLSRC} > ${.TARGET}
rather than
	ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.

Commented by:  marcel, obrien, bde
2003-06-06 13:46:55 +00:00
..
Makefile Use 2003-06-06 13:46:55 +00:00
ncurses_cfg.h
pathnames.h
termcap.c Handle the escaped colon \: in a capability. 2002-08-12 19:13:22 +00:00