build libopts with WARNS=0 for now
This commit is contained in:
parent
a2545411b3
commit
cb314bfae7
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/02/01 07:46:30 kardel Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2012/02/01 20:49:09 kardel Exp $
|
||||
|
||||
LIBISPRIVATE=yes
|
||||
|
||||
|
@ -8,6 +8,9 @@ LIB=opts
|
|||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
# libopts is not really great code
|
||||
WARNS=0
|
||||
|
||||
DIST= ${IDIST}/sntp/libopts
|
||||
|
||||
CPPFLAGS+=-I${DIST}
|
||||
|
|
Loading…
Reference in New Issue