diff options
author | Mark Murray <markm@FreeBSD.org> | 2003-06-13 07:04:02 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2003-06-13 07:04:02 +0000 |
commit | eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6 (patch) | |
tree | 1de4f9e75145b5952e3d782745a8d16b88850ed5 /bin/expr/Makefile | |
parent | b156281658faa286ccc8fb23e28c18b71b14e749 (diff) | |
download | src-eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6.tar.gz src-eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6.zip |
Get this area compiling with the highest WARNS= that it works with.
Obsolete WFORMAT= junk also removed where possible.
OK'ed by: obrien
Tested on: sparc64, alpha, i386
Notes
Notes:
svn path=/head/; revision=116282
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r-- | bin/expr/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 739ffce93da3..544853e10a25 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -4,6 +4,4 @@ PROG= expr SRCS= expr.y YFLAGS= -NO_WERROR= "GCC can't handle C99 printf formats." - .include <bsd.prog.mk> |