summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-12 23:29:13 +0000
committermarkm <markm@FreeBSD.org>2001-12-12 23:29:13 +0000
commit00e6a12e4a4d7b5e98408f491a5d5d854b40a366 (patch)
tree08c463244948ae78cfa03e32513b9de34c8ff743 /usr.bin
parent5388af43e4c4b79bb76d8cc6bccfa661120b3808 (diff)
downloadFreeBSD-src-00e6a12e4a4d7b5e98408f491a5d5d854b40a366.zip
FreeBSD-src-00e6a12e4a4d7b5e98408f491a5d5d854b40a366.tar.gz
Remove to-be-default WARNS?=2
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sasc/Makefile1
-rw-r--r--usr.bin/size/Makefile1
-rw-r--r--usr.bin/soelim/Makefile1
-rw-r--r--usr.bin/strings/Makefile1
-rw-r--r--usr.bin/strip/Makefile1
-rw-r--r--usr.bin/su/Makefile2
6 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/sasc/Makefile b/usr.bin/sasc/Makefile
index c44998a..cf7790d 100644
--- a/usr.bin/sasc/Makefile
+++ b/usr.bin/sasc/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= sasc
-WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/size/Makefile b/usr.bin/size/Makefile
index f008b35..55aefd9 100644
--- a/usr.bin/size/Makefile
+++ b/usr.bin/size/Makefile
@@ -4,6 +4,5 @@
PROG= size
MAN= size.1aout
BINDIR= /usr/libexec/aout
-WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/soelim/Makefile b/usr.bin/soelim/Makefile
index 9d28c12..57beb11 100644
--- a/usr.bin/soelim/Makefile
+++ b/usr.bin/soelim/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= soelim
-WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile
index d75ae7b..04b3f02 100644
--- a/usr.bin/strings/Makefile
+++ b/usr.bin/strings/Makefile
@@ -3,7 +3,6 @@
PROG= strings
MAN= strings.1aout
-WARNS?= 2
BINDIR= /usr/libexec/aout
.include <bsd.prog.mk>
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile
index 3dc78f3..fe05a65 100644
--- a/usr.bin/strip/Makefile
+++ b/usr.bin/strip/Makefile
@@ -3,7 +3,6 @@
PROG= strip
MAN= strip.1aout
-WARNS?= 2
BINDIR= /usr/libexec/aout
CLEANFILES += maybe_stripped
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index fff40f2..4b177a3 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -6,8 +6,6 @@ PROG= su
DPADD+= ${LIBUTIL} ${LIBPAM}
LDADD+= -lutil ${MINUSLPAM}
-WARNS?= 2
-
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
OpenPOWER on IntegriCloud