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.bin/gencat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/gencat') diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index 45af07a..7a383d8 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -2,6 +2,7 @@ PROG= gencat SRCS= gencat.c genlib.c +WARNS?= 2 CFLAGS+= -I${.CURDIR}/../../lib/libc/nls -- cgit v1.1