1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

This now passes a make universe with WARNS=6.

This commit is contained in:
David Malone 2010-01-08 11:16:58 +00:00
parent d594463f1b
commit a095a78a13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201784

View File

@ -5,6 +5,4 @@ PROG= ctags
SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
CFLAGS+=-I${.CURDIR} CFLAGS+=-I${.CURDIR}
WARNS?= 1
.include <bsd.prog.mk> .include <bsd.prog.mk>