From a1828721c8ee88f138d43caf80011088c0e08677 Mon Sep 17 00:00:00 2001 From: johan Date: Mon, 23 Feb 2004 20:07:47 +0000 Subject: style.Makefile: Use WARNS?= instead of WARNS=. --- lib/libngatm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libngatm') 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 -- cgit v1.1