diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-02-08 22:31:43 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-02-08 22:31:43 +0000 |
| commit | 91bd71d2060cd302015f7dd6e7b891014552dba4 (patch) | |
| tree | aa16787e0c6c78a7e6e414ce1af3f40bac42f8e5 | |
| parent | 2bbc414f5213e098c54d3ef1bd9735eb1aeed646 (diff) | |
Notes
66 files changed, 0 insertions, 66 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile index aa7e2659aaa7c..69197c13d8830 100644 --- a/bin/chflags/Makefile +++ b/bin/chflags/Makefile @@ -6,6 +6,5 @@ NOSHARED?=yes PROG= chflags SRCS= chflags.c -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index 362442a7d81ec..3f8201ded5e55 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -3,6 +3,5 @@ PROG= apply -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index 61a27c4006d67..1d6d8bd42a03c 100644 --- a/usr.bin/ar/Makefile +++ b/usr.bin/ar/Makefile @@ -5,7 +5,6 @@ PROG= ar SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \ move.c print.c replace.c CFLAGS+=-I${.CURDIR} -WARNS?= 2 MAN= ar.1aout ar.5 BINDIR= /usr/libexec/aout diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 1b44a4c60aa46..47d2574e7f5c5 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -4,7 +4,6 @@ PROG= at SRCS= at.c panic.c parsetime.c perm.c -WARNS?= 2 LINKS= ${BINDIR}/at ${BINDIR}/atq \ ${BINDIR}/at ${BINDIR}/atrm \ ${BINDIR}/at ${BINDIR}/batch diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile index 320a66c73b4fc..67d4ba7fecd1d 100644 --- a/usr.bin/banner/Makefile +++ b/usr.bin/banner/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= banner -WARNS?= 2 MAN= banner.6 .include <bsd.prog.mk> diff --git a/usr.bin/basename/Makefile b/usr.bin/basename/Makefile index cebc6527034b2..d647395c83d90 100644 --- a/usr.bin/basename/Makefile +++ b/usr.bin/basename/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= basename -WARNS?= 2 MLINKS= basename.1 dirname.1 .include <bsd.prog.mk> diff --git a/usr.bin/biff/Makefile b/usr.bin/biff/Makefile index 2a8f08b0d406c..15109434e5afd 100644 --- a/usr.bin/biff/Makefile +++ b/usr.bin/biff/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= biff -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile index 52f72faf0bff9..0bd6066f9319b 100644 --- a/usr.bin/brandelf/Makefile +++ b/usr.bin/brandelf/Makefile @@ -3,6 +3,5 @@ MAINTAINER= obrien PROG= brandelf -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile index 8b4b4c06a89db..f398af60308b8 100644 --- a/usr.bin/c89/Makefile +++ b/usr.bin/c89/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= c89 -WARNS?= 2 MAN= c89.1 .include <bsd.prog.mk> diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile index 1473d04009d90..e1add30d301a0 100644 --- a/usr.bin/calendar/Makefile +++ b/usr.bin/calendar/Makefile @@ -3,7 +3,6 @@ PROG= calendar SRCS= calendar.c io.c day.c ostern.c paskha.c -WARNS?= 2 NO_WERROR= yes INTER= de_DE.ISO8859-1 hr_HR.ISO8859-2 ru_RU.KOI8-R DE_LINKS= de_DE.ISO_8859-1 de_DE.ISO8859-15 de_DE.ISO_8859-15 diff --git a/usr.bin/cap_mkdb/Makefile b/usr.bin/cap_mkdb/Makefile index 1ad2eef931366..408790c6c0257 100644 --- a/usr.bin/cap_mkdb/Makefile +++ b/usr.bin/cap_mkdb/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= cap_mkdb -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile index aa7e2659aaa7c..69197c13d8830 100644 --- a/usr.bin/chflags/Makefile +++ b/usr.bin/chflags/Makefile @@ -6,6 +6,5 @@ NOSHARED?=yes PROG= chflags SRCS= chflags.c -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile index 8c20ac08239fb..8cf1ef26e8648 100644 --- a/usr.bin/chkey/Makefile +++ b/usr.bin/chkey/Makefile @@ -5,7 +5,6 @@ PROG= chkey SRCS= chkey.c generic.c update.c CFLAGS+=-DYP -I${.CURDIR}/../newkey -WARNS?= 2 DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO} LDADD= -lrpcsvc -lmp -lcrypto diff --git a/usr.bin/cksum/Makefile b/usr.bin/cksum/Makefile index 1da732b016b62..828900ac02735 100644 --- a/usr.bin/cksum/Makefile +++ b/usr.bin/cksum/Makefile @@ -3,7 +3,6 @@ PROG= cksum SRCS= cksum.c crc.c print.c sum1.c sum2.c crc32.c -WARNS?= 2 LINKS= ${BINDIR}/cksum ${BINDIR}/sum MLINKS= cksum.1 sum.1 diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile index c6f9ebebe2e49..010ece54555e0 100644 --- a/usr.bin/cmp/Makefile +++ b/usr.bin/cmp/Makefile @@ -3,6 +3,5 @@ PROG= cmp SRCS= cmp.c misc.c regular.c special.c -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile index 97b9cde52c0db..8e3a95948f3f6 100644 --- a/usr.bin/col/Makefile +++ b/usr.bin/col/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= col -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/colcrt/Makefile b/usr.bin/colcrt/Makefile index 47a27e79ca4a9..87d96cabffa18 100644 --- a/usr.bin/colcrt/Makefile +++ b/usr.bin/colcrt/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= colcrt -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index d200567f685a3..5f9b2d34c2d2f 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -2,7 +2,6 @@ PROG= colldef SRCS= parse.y scan.l y.tab.h -WARNS?= 2 NO_WERROR=yes LFLAGS= -8 -i CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale diff --git a/usr.bin/colrm/Makefile b/usr.bin/colrm/Makefile index bcc6edc0a5b2e..12585762f6263 100644 --- a/usr.bin/colrm/Makefile +++ b/usr.bin/colrm/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= colrm -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile index 0f53dab1c8dc5..771723ef31f58 100644 --- a/usr.bin/column/Makefile +++ b/usr.bin/column/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= column -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile index 0b2a2bd754340..13da76fa2ef66 100644 --- a/usr.bin/comm/Makefile +++ b/usr.bin/comm/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= comm -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 498ab0418c479..a586b97fcfcfe 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -3,7 +3,6 @@ PROG= compress SRCS= compress.c zopen.c -WARNS?= 2 LINKS= ${BINDIR}/compress ${BINDIR}/uncompress MLINKS= compress.1 uncompress.1 diff --git a/usr.bin/ctags/Makefile b/usr.bin/ctags/Makefile index 1e25bf1666a49..dc639af6e2e86 100644 --- a/usr.bin/ctags/Makefile +++ b/usr.bin/ctags/Makefile @@ -4,6 +4,5 @@ PROG= ctags SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c CFLAGS+=-I${.CURDIR} -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile index 5e4f998029931..5be029a3d9d15 100644 --- a/usr.bin/cut/Makefile +++ b/usr.bin/cut/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= cut -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/dirname/Makefile b/usr.bin/dirname/Makefile index 0c6b6b59e7d80..15338fd920cc6 100644 --- a/usr.bin/dirname/Makefile +++ b/usr.bin/dirname/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= dirname -WARNS?= 2 NOMAN= noman .include <bsd.prog.mk> diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile index d279a9702ca27..561ac6ed262a5 100644 --- a/usr.bin/du/Makefile +++ b/usr.bin/du/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= du -WARNS?= 2 DPADD= ${LIBM} LDADD= -lm diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile index a87672b47e684..878b4d1ba8ade 100644 --- a/usr.bin/enigma/Makefile +++ b/usr.bin/enigma/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= enigma -WARNS?= 2 LINKS= ${BINDIR}/enigma ${BINDIR}/crypt MLINKS= enigma.1 crypt.1 diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile index dc55bc1b1b275..b3f7989bebee9 100644 --- a/usr.bin/env/Makefile +++ b/usr.bin/env/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= env -WARNS?= 2 NOMAN= noman .include <bsd.prog.mk> diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index 9d76bdda0d749..c6b339c69fc20 100644 --- a/usr.bin/expand/Makefile +++ b/usr.bin/expand/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= expand -WARNS?= 2 MLINKS= expand.1 unexpand.1 .include <bsd.prog.mk> diff --git a/usr.bin/false/Makefile b/usr.bin/false/Makefile index 891e5349dec39..ffae97dc061fc 100644 --- a/usr.bin/false/Makefile +++ b/usr.bin/false/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= false -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 7dc87f6d0d2d4..56754a0585553 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -2,7 +2,6 @@ MAINTAINER= des@freebsd.org PROG= fetch -WARNS?= 2 DPADD= ${LIBFETCH} LDADD= -lfetch diff --git a/usr.bin/file2c/Makefile b/usr.bin/file2c/Makefile index 342443a22629b..e88a3bc346e5b 100644 --- a/usr.bin/file2c/Makefile +++ b/usr.bin/file2c/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= file2c -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/finger/Makefile b/usr.bin/finger/Makefile index 80b90687c9df2..983392b7a1e05 100644 --- a/usr.bin/finger/Makefile +++ b/usr.bin/finger/Makefile @@ -3,7 +3,6 @@ PROG= finger SRCS= finger.c lprint.c net.c sprint.c util.c -WARNS?= 2 MAN= finger.1 finger.conf.5 .include <bsd.prog.mk> diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index 385ecdeb3c2c9..5bc3d6caf5665 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -4,6 +4,5 @@ PROG= fmt SRCS= fmt.c -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/fold/Makefile b/usr.bin/fold/Makefile index 2032de46a34d4..d73d0a7cee437 100644 --- a/usr.bin/fold/Makefile +++ b/usr.bin/fold/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= fold -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/from/Makefile b/usr.bin/from/Makefile index 4a96f79589c2c..57b966353fdc1 100644 --- a/usr.bin/from/Makefile +++ b/usr.bin/from/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= from -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/fsync/Makefile b/usr.bin/fsync/Makefile index 10e5e7aa9d5e6..c9bc5249ee6f4 100644 --- a/usr.bin/fsync/Makefile +++ b/usr.bin/fsync/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= fsync -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index 7a383d8ed1de1..45af07adf8952 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -2,7 +2,6 @@ PROG= gencat SRCS= gencat.c genlib.c -WARNS?= 2 CFLAGS+= -I${.CURDIR}/../../lib/libc/nls diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile index 06d4a2a62cd55..01dfa87e2935f 100644 --- a/usr.bin/getopt/Makefile +++ b/usr.bin/getopt/Makefile @@ -2,6 +2,5 @@ # PROG = getopt -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/hesinfo/Makefile b/usr.bin/hesinfo/Makefile index 875639044ca39..870db2887d7b6 100644 --- a/usr.bin/hesinfo/Makefile +++ b/usr.bin/hesinfo/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= hesinfo -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile index 70e216ecae27a..4cd3cc5dc62f8 100644 --- a/usr.bin/hexdump/Makefile +++ b/usr.bin/hexdump/Makefile @@ -3,7 +3,6 @@ PROG= hexdump SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c -WARNS?= 2 MAN= hexdump.1 od.1 MLINKS= hexdump.1 hd.1 LINKS= ${BINDIR}/hexdump ${BINDIR}/od diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile index e505e7d3cbc02..2d561cff6f44f 100644 --- a/usr.bin/id/Makefile +++ b/usr.bin/id/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= id -WARNS?= 2 LINKS= ${BINDIR}/id ${BINDIR}/groups LINKS+= ${BINDIR}/id ${BINDIR}/whoami MAN= id.1 groups.1 whoami.1 diff --git a/usr.bin/ipcrm/Makefile b/usr.bin/ipcrm/Makefile index 8711c49b009e1..9c0e45c0702cc 100644 --- a/usr.bin/ipcrm/Makefile +++ b/usr.bin/ipcrm/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= ipcrm -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/jot/Makefile b/usr.bin/jot/Makefile index a7d786c522d65..662600eef0a8f 100644 --- a/usr.bin/jot/Makefile +++ b/usr.bin/jot/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= jot -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/lam/Makefile b/usr.bin/lam/Makefile index 616abb46bc19c..08b73286dfc48 100644 --- a/usr.bin/lam/Makefile +++ b/usr.bin/lam/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= lam -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index 0238cdd21fd88..f7e88115e9b1f 100644 --- a/usr.bin/last/Makefile +++ b/usr.bin/last/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= last -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/lastcomm/Makefile b/usr.bin/lastcomm/Makefile index b44dfb881734d..13f0fe6df6540 100644 --- a/usr.bin/lastcomm/Makefile +++ b/usr.bin/lastcomm/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= lastcomm -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index 63ecd75320b05..859c11cbf8453 100644 --- a/usr.bin/leave/Makefile +++ b/usr.bin/leave/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= leave -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile index 14b2a14538dd3..dc09a87b1b9cb 100644 --- a/usr.bin/lock/Makefile +++ b/usr.bin/lock/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= lock -WARNS?= 2 BINOWN= root BINMODE=4555 DPADD= ${LIBCRYPT} diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile index b0df209a29b9a..7baff7cd7738e 100644 --- a/usr.bin/lockf/Makefile +++ b/usr.bin/lockf/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= lockf -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/logname/Makefile b/usr.bin/logname/Makefile index 1ef3cf0aed0fe..875df2c0abf65 100644 --- a/usr.bin/logname/Makefile +++ b/usr.bin/logname/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= logname -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile index 34cc78b4b0119..b2b06113e6668 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,5 +1,4 @@ # $FreeBSD$ PROG= lsvfs -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/mesg/Makefile b/usr.bin/mesg/Makefile index fc664f8e71e09..47f5a85fccfe7 100644 --- a/usr.bin/mesg/Makefile +++ b/usr.bin/mesg/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= mesg -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/mkfifo/Makefile b/usr.bin/mkfifo/Makefile index 719c52003a5d8..30f013ecea410 100644 --- a/usr.bin/mkfifo/Makefile +++ b/usr.bin/mkfifo/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= mkfifo -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/mkstr/Makefile b/usr.bin/mkstr/Makefile index b9e5ad45103ac..805c013d4a972 100644 --- a/usr.bin/mkstr/Makefile +++ b/usr.bin/mkstr/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= mkstr -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/mktemp/Makefile b/usr.bin/mktemp/Makefile index b4d6a2fb96332..76ebee6f360b5 100644 --- a/usr.bin/mktemp/Makefile +++ b/usr.bin/mktemp/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= mktemp -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index fd0b0e87ac011..21cb15155568f 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= msgs -WARNS?= 2 DPADD= ${LIBTERMCAP} LDADD= -ltermcap diff --git a/usr.bin/ncplogin/Makefile b/usr.bin/ncplogin/Makefile index a2473b7270901..8795f29f3ad18 100644 --- a/usr.bin/ncplogin/Makefile +++ b/usr.bin/ncplogin/Makefile @@ -2,7 +2,6 @@ PROG= ncplogin MAN= ncplogin.1 ncplogout.1 -WARNS?= 2 LINKS= ${BINDIR}/ncplogin ${BINDIR}/ncplogout diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile index c41ca63789194..a083a072f4949 100644 --- a/usr.bin/newkey/Makefile +++ b/usr.bin/newkey/Makefile @@ -2,7 +2,6 @@ PROG= newkey SRCS= newkey.c generic.c update.c -WARNS?= 2 MAN= newkey.8 CFLAGS+= -DYP DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO} diff --git a/usr.bin/nice/Makefile b/usr.bin/nice/Makefile index dc72a89d73f82..0d2733a6d10e6 100644 --- a/usr.bin/nice/Makefile +++ b/usr.bin/nice/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= nice -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/nohup/Makefile b/usr.bin/nohup/Makefile index d9aa8563a4d38..5ec4057d30a55 100644 --- a/usr.bin/nohup/Makefile +++ b/usr.bin/nohup/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= nohup -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile index 571beb506b4fd..9c47abeef1ecc 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= objformat -WARNS?= 2 NOSHARED?= YES LINKS+= ${BINDIR}/objformat ${BINDIR}/addr2line diff --git a/usr.bin/printenv/Makefile b/usr.bin/printenv/Makefile index 402dc58b57efb..67cbf1bcb0910 100644 --- a/usr.bin/printenv/Makefile +++ b/usr.bin/printenv/Makefile @@ -3,6 +3,5 @@ PROG= printenv MLINKS= printenv.1 env.1 -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile index 53fd56c6e081c..c91c4e3f53c1f 100644 --- a/usr.bin/printf/Makefile +++ b/usr.bin/printf/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= printf -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/renice/Makefile b/usr.bin/renice/Makefile index ec4d739bf1e97..d5471379fe1ed 100644 --- a/usr.bin/renice/Makefile +++ b/usr.bin/renice/Makefile @@ -3,6 +3,5 @@ PROG= renice MAN= renice.8 -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/rev/Makefile b/usr.bin/rev/Makefile index adfc4e160d96b..27137ffb4d156 100644 --- a/usr.bin/rev/Makefile +++ b/usr.bin/rev/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= rev -WARNS?= 2 .include <bsd.prog.mk> |
