aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-30 05:39:36 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-30 05:39:36 +0000
commitf6751868e4d58efc7a6e10ffb6d5e84bfc7931a5 (patch)
tree08b867efe38b3b47dbeea4f979e8d098dc994ee4 /usr.sbin
parent653636c21dadcff73d31c7dd0d5af29c585f7518 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/accton/Makefile1
-rw-r--r--usr.sbin/dev_mkdb/Makefile1
-rw-r--r--usr.sbin/jail/Makefile1
-rw-r--r--usr.sbin/lastlogin/Makefile2
-rw-r--r--usr.sbin/procctl/Makefile1
-rw-r--r--usr.sbin/rip6query/Makefile1
-rw-r--r--usr.sbin/usbdevs/Makefile1
7 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/accton/Makefile b/usr.sbin/accton/Makefile
index ea9b4f43565a8..2a24e0bbb57fd 100644
--- a/usr.sbin/accton/Makefile
+++ b/usr.sbin/accton/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PROG= accton
+WARNS?= 2
MAN= accton.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/dev_mkdb/Makefile b/usr.sbin/dev_mkdb/Makefile
index d0b9c299e3b23..02d2b9d5a9bbf 100644
--- a/usr.sbin/dev_mkdb/Makefile
+++ b/usr.sbin/dev_mkdb/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PROG= dev_mkdb
+WARNS?= 2
MAN= dev_mkdb.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/jail/Makefile b/usr.sbin/jail/Makefile
index 36dcc5b2af109..5b1df4799fd61 100644
--- a/usr.sbin/jail/Makefile
+++ b/usr.sbin/jail/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= jail
+WARNS?= 2
MAN= jail.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/lastlogin/Makefile b/usr.sbin/lastlogin/Makefile
index e8ed16e1f227c..022cfe00e9107 100644
--- a/usr.sbin/lastlogin/Makefile
+++ b/usr.sbin/lastlogin/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= lastlogin
+WARNS?= 2
MAN= lastlogin.8
-CFLAGS+=-Wall
.include <bsd.prog.mk>
diff --git a/usr.sbin/procctl/Makefile b/usr.sbin/procctl/Makefile
index 880b93a13fe09..66193a6e2dfce 100644
--- a/usr.sbin/procctl/Makefile
+++ b/usr.sbin/procctl/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= procctl
+WARNS?= 2
MAN= procctl.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/rip6query/Makefile b/usr.sbin/rip6query/Makefile
index 7abda92f18942..10cb4603ff240 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
diff --git a/usr.sbin/usbdevs/Makefile b/usr.sbin/usbdevs/Makefile
index 3cfc8ef002d8e..2442e40c1faef 100644
--- a/usr.sbin/usbdevs/Makefile
+++ b/usr.sbin/usbdevs/Makefile
@@ -2,6 +2,7 @@
# FreeBSD $FreeBSD$
PROG= usbdevs
+WARNS?= 2
MAN= usbdevs.8
.include <bsd.prog.mk>