diff options
author | uqs <uqs@FreeBSD.org> | 2010-03-02 18:44:08 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-03-02 18:44:08 +0000 |
commit | 4a10ff6f0485601e757edf83113cfe6362ccf96e (patch) | |
tree | b4ad29ee41b5c24565c10654e789756458c2edd7 /lib/libalias | |
parent | 309aced7db2843932de0bbe9b6e0a66948f1c9a0 (diff) | |
download | FreeBSD-src-4a10ff6f0485601e757edf83113cfe6362ccf96e.zip FreeBSD-src-4a10ff6f0485601e757edf83113cfe6362ccf96e.tar.gz |
Remove redundant WARNS?=6 overrides and inherit the WARNS setting from
the toplevel directory.
This does not change any WARNS level and survives a make universe.
Approved by: ed (co-mentor)
Diffstat (limited to 'lib/libalias')
-rw-r--r-- | lib/libalias/Makefile.inc | 3 | ||||
-rw-r--r-- | lib/libalias/libalias/Makefile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libalias/Makefile.inc b/lib/libalias/Makefile.inc new file mode 100644 index 0000000..265f86d --- /dev/null +++ b/lib/libalias/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "../Makefile.inc" diff --git a/lib/libalias/libalias/Makefile b/lib/libalias/libalias/Makefile index a3f9889..00b4ed8 100644 --- a/lib/libalias/libalias/Makefile +++ b/lib/libalias/libalias/Makefile @@ -8,7 +8,6 @@ SHLIB_MAJOR= 7 MAN= libalias.3 SRCS= alias.c alias_db.c alias_proxy.c alias_util.c alias_mod.c INCS= alias.h -WARNS?= 6 NO_WERROR= .include <bsd.lib.mk> |