diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile index b7b5e983a530..f47f65851235 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 fadc6b294ef7..57bea68519c9 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 840578276d5a..ce2a5e8d9fbb 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 7b85cdf90fc0..2544a15ead00 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 diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile index c68c312f269b..0e99a4e4d411 100644 --- a/sbin/clri/Makefile +++ b/sbin/clri/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= clri +WARNS?= 2 MAN= clri.8 .include diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index 05ad5bab82c0..6e9e17ddc493 100644 --- a/sbin/kldload/Makefile +++ b/sbin/kldload/Makefile @@ -27,6 +27,7 @@ # PROG= kldload +WARNS?= 2 MAN= kldload.8 .include diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile index b394c39a4e83..fa7b90d16501 100644 --- a/sbin/spppcontrol/Makefile +++ b/sbin/spppcontrol/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG= spppcontrol +WARNS?= 2 MAN= spppcontrol.8 .include diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index be803b298a37..d33cd48c2eb6 100644 --- a/sbin/swapon/Makefile +++ b/sbin/swapon/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= swapon +WARNS?= 2 MAN= swapon.8 .include