diff options
Diffstat (limited to 'usr.bin/less/Makefile.common')
-rw-r--r-- | usr.bin/less/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common index 6b3b62b..fcc6ccf 100644 --- a/usr.bin/less/Makefile.common +++ b/usr.bin/less/Makefile.common @@ -8,4 +8,4 @@ CFLAGS+=-I${.CURDIR}/../less -I${LSDIR} .SUFFIXES: .nro .1 .nro.1: - ln -s ${.IMPSRC} ${.TARGET} + cat ${.IMPSRC} > ${.TARGET} |