Module Name: src Committed By: christos Date: Mon Mar 24 00:13:58 UTC 2025
Modified Files: src/usr.sbin/racoonctl: Makefile Log Message: we can handle WARNS=3 now To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/racoonctl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/racoonctl/Makefile diff -u src/usr.sbin/racoonctl/Makefile:1.6 src/usr.sbin/racoonctl/Makefile:1.7 --- src/usr.sbin/racoonctl/Makefile:1.6 Mon May 30 10:41:27 2011 +++ src/usr.sbin/racoonctl/Makefile Sun Mar 23 20:13:58 2025 @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2011/05/30 14:41:27 joerg Exp $ - -WARNS?= 0 # XXX third-party program, many issues -NOCLANGERROR= # defined +# $NetBSD: Makefile,v 1.7 2025/03/24 00:13:58 christos Exp $ +WARNS?=3 .include <bsd.own.mk> PROG= racoonctl