diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-02 06:39:13 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-02 06:39:13 +0000 |
| commit | be8930b3ecdb995d398638337db6b69f8a3605c1 (patch) | |
| tree | fad043a2afa6a4242357d697601d44032a86de44 /bin/csh | |
| parent | 4fe0d77843b46e992765a68a583036917b05d47e (diff) | |
Notes
Diffstat (limited to 'bin/csh')
| -rw-r--r-- | bin/csh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 121b40d02fbd0..e5d4ec197d7ef 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -12,6 +12,7 @@ TCSHDIR= ${.CURDIR}/../../contrib/tcsh PROG= csh DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"' CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS} +WARNS= 1 SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \ sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \ sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \ |
