Sun Oct 13 01:17:24 2019 UTC ()
remove dated commented warning disable.


(mrg)
diff -r1.2 -r1.3 src/external/bsd/ipf/lib/Makefile

cvs diff -r1.2 -r1.3 src/external/bsd/ipf/lib/Makefile (expand / switch to unified diff)

--- src/external/bsd/ipf/lib/Makefile 2012/07/22 14:27:51 1.2
+++ src/external/bsd/ipf/lib/Makefile 2019/10/13 01:17:24 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.2 2012/07/22 14:27:51 darrenr Exp $ 1# $NetBSD: Makefile,v 1.3 2019/10/13 01:17:24 mrg Exp $
2 2
3LIBISPRIVATE= yes 3LIBISPRIVATE= yes
4 4
5LIB= ipf 5LIB= ipf
6 6
7SRCS= addicmp.c \ 7SRCS= addicmp.c \
8 addipopt.c \ 8 addipopt.c \
9 alist_free.c \ 9 alist_free.c \
10 alist_new.c \ 10 alist_new.c \
11 allocmbt.c \ 11 allocmbt.c \
12 assigndefined.c \ 12 assigndefined.c \
13 bcopywrap.c \ 13 bcopywrap.c \
14 binprint.c \ 14 binprint.c \
@@ -130,16 +130,14 @@ SRCS= addicmp.c \ @@ -130,16 +130,14 @@ SRCS= addicmp.c \
130 save_execute.c \ 130 save_execute.c \
131 save_file.c \ 131 save_file.c \
132 save_nothing.c \ 132 save_nothing.c \
133 save_syslog.c \ 133 save_syslog.c \
134 save_v1trap.c \ 134 save_v1trap.c \
135 save_v2trap.c \ 135 save_v2trap.c \
136 tcpflags.c \ 136 tcpflags.c \
137 var.c \ 137 var.c \
138 verbose.c \ 138 verbose.c \
139 vtof.c \ 139 vtof.c \
140 v6ionames.c \ 140 v6ionames.c \
141 v6optvalue.c 141 v6optvalue.c
142 142
143#CPPFLAGS.printstate.c= -Wno-error 
144 
145.include <bsd.lib.mk> 143.include <bsd.lib.mk>