diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index e5d4ec1..ffd511d 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -73,7 +73,7 @@ NLSSRCFILES_${catalog:C/.*://}!= cd ${NLSSRCDIR_${catalog:C/.*://}}; echo set[0- .endfor csh.1: tcsh.man - ln -sf ${.ALLSRC} ${.TARGET} + cat ${.ALLSRC} > ${.TARGET} build-tools: gethost |