Remove WARNS and WFORMAT overrides.

This commit is contained in:
Mark Peek 2002-07-24 22:26:44 +00:00
parent 2632dac829
commit 317aee9760
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100640

View File

@ -12,8 +12,6 @@ TCSHDIR= ${.CURDIR}/../../contrib/tcsh
PROG= csh
DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
WARNS= 0
WFORMAT=0
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 \