summaryrefslogtreecommitdiffstats
path: root/lib/libngatm
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2004-02-23 20:07:47 +0000
committerjohan <johan@FreeBSD.org>2004-02-23 20:07:47 +0000
commita1828721c8ee88f138d43caf80011088c0e08677 (patch)
tree56911e3bf16c58745082464e5616c1f450fe461c /lib/libngatm
parentccf29051b1751c01464c7f379cbf43da68062944 (diff)
downloadFreeBSD-src-a1828721c8ee88f138d43caf80011088c0e08677.zip
FreeBSD-src-a1828721c8ee88f138d43caf80011088c0e08677.tar.gz
style.Makefile:
Use WARNS?= instead of WARNS=.
Diffstat (limited to 'lib/libngatm')
-rw-r--r--lib/libngatm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libngatm/Makefile b/lib/libngatm/Makefile
index abb3373..5ce38a6 100644
--- a/lib/libngatm/Makefile
+++ b/lib/libngatm/Makefile
@@ -5,7 +5,7 @@
LIB= ngatm
SHLIB_MAJOR= 1
MAN= libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unistruct.3
-WARNS= 6
+WARNS?= 6
# source of the library lives in contrib
SDIR= ${.CURDIR}/../../sys
OpenPOWER on IntegriCloud