Activate NLS.

Optimize NLS by not wasting space copying the same .cat but use symbolic links
instead.
This commit is contained in:
Andrey A. Chernov
2000-04-20 08:58:11 +00:00
parent 35754f3b83
commit 43cf5ff9b4
8 changed files with 38 additions and 31 deletions
+1
View File
@@ -10,6 +10,7 @@ TCSHDIR= ${.CURDIR}/../../contrib/tcsh
.PATH: ${TCSHDIR}
PROG= csh
SUBDIR= nls
DFLAGS= -D_PATH_TCSHELL='"${DESTDIR}/bin/${PROG}"'
CFLAGS+= -I${TCSHDIR} -I${.CURDIR} -I. ${DFLAGS}
SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \