From fdda055e004374dd1e05e940799016013c301b6c Mon Sep 17 00:00:00 2001 From: dd Date: Sat, 30 Jun 2001 05:39:36 +0000 Subject: Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$ where necessary. Submitted by: Mike Barcroft --- usr.sbin/rip6query/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/rip6query') diff --git a/usr.sbin/rip6query/Makefile b/usr.sbin/rip6query/Makefile index 7abda92..10cb460 100644 --- a/usr.sbin/rip6query/Makefile +++ b/usr.sbin/rip6query/Makefile @@ -3,6 +3,7 @@ # $FreeBSD$ PROG= rip6query +WARNS?= 2 MAN= rip6query.8 CFLAGS+=-DINET6 -I${.CURDIR}/../route6d -- cgit v1.1