From 0f445ae1d83d6bfe35452025601e4d5b12dd9fc2 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 15 Jul 2001 10:30:46 +0000 Subject: Set WARNS=2 on programs which compile cleanly. Submitted by: Mike Barcroft --- bin/getfacl/Makefile | 1 + bin/mkdir/Makefile | 1 + bin/mv/Makefile | 1 + bin/rm/Makefile | 1 + 4 files changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile index b7b5e983..f47f658 100644 --- a/bin/getfacl/Makefile +++ b/bin/getfacl/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ PROG= getfacl +WARNS?= 2 .include diff --git a/bin/mkdir/Makefile b/bin/mkdir/Makefile index fadc6b2..57bea68 100644 --- a/bin/mkdir/Makefile +++ b/bin/mkdir/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= mkdir +WARNS?= 2 .include diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 8405782..ce2a5e8 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= mv +WARNS?= 2 .include diff --git a/bin/rm/Makefile b/bin/rm/Makefile index 7b85cdf..2544a15 100644 --- a/bin/rm/Makefile +++ b/bin/rm/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= rm +WARNS?= 2 SRCS= rm.c LINKS= ${BINDIR}/rm ${BINDIR}/unlink -- cgit v1.1