diff options
author | mp <mp@FreeBSD.org> | 2005-04-24 19:44:43 +0000 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2005-04-24 19:44:43 +0000 |
commit | f9691e638dea135e66d5c644ee778ecc4d358459 (patch) | |
tree | 22d328c23eadaab9ae26336115942c192023a6ae /bin/csh | |
parent | 16c0f2dd0edff80b24ea08a7a60825cfbdb93c0b (diff) | |
download | FreeBSD-src-f9691e638dea135e66d5c644ee778ecc4d358459.zip FreeBSD-src-f9691e638dea135e66d5c644ee778ecc4d358459.tar.gz |
Add new file (tc.nls.c) to the build.
Diffstat (limited to 'bin/csh')
-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 90ce918..8b2ff38 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -27,7 +27,7 @@ SRCS+= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \ SRCS+= ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c \ ed.refresh.c ed.screen.c ed.xmap.c ed.term.c ed.term.h SRCS+= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \ - tc.func.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \ + tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \ tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \ tc.who.c tc.h GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c |