diff options
-rw-r--r-- | bin/chflags/Makefile | 2 | ||||
-rw-r--r-- | bin/chmod/Makefile | 2 | ||||
-rw-r--r-- | bin/df/Makefile | 2 | ||||
-rw-r--r-- | bin/domainname/Makefile | 2 | ||||
-rw-r--r-- | bin/echo/Makefile | 2 | ||||
-rw-r--r-- | bin/hostname/Makefile | 2 | ||||
-rw-r--r-- | bin/kill/Makefile | 2 | ||||
-rw-r--r-- | bin/ln/Makefile | 2 | ||||
-rw-r--r-- | bin/pwd/Makefile | 2 | ||||
-rw-r--r-- | bin/rmdir/Makefile | 2 | ||||
-rw-r--r-- | bin/setfacl/Makefile | 2 | ||||
-rw-r--r-- | bin/sleep/Makefile | 2 | ||||
-rw-r--r-- | bin/stty/Makefile | 2 | ||||
-rw-r--r-- | bin/sync/Makefile | 2 | ||||
-rw-r--r-- | bin/test/Makefile | 2 | ||||
-rw-r--r-- | games/adventure/Makefile | 2 | ||||
-rw-r--r-- | games/caesar/Makefile | 2 | ||||
-rw-r--r-- | games/pom/Makefile | 2 | ||||
-rw-r--r-- | sbin/md5/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/apply/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/banner/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/chflags/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/fmt/Makefile | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile index df1a7dc..3493b98 100644 --- a/bin/chflags/Makefile +++ b/bin/chflags/Makefile @@ -7,5 +7,5 @@ NOSHARED?=yes PROG= chflags SRCS= chflags.c -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index 3036576..9661513 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -3,6 +3,6 @@ PROG= chmod -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/df/Makefile b/bin/df/Makefile index c05e027..264d99f 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -11,6 +11,6 @@ CFLAGS+= -I${MOUNT} DPADD= ${LIBM} LDADD= -lm -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/domainname/Makefile b/bin/domainname/Makefile index 2c7669c..958c490 100644 --- a/bin/domainname/Makefile +++ b/bin/domainname/Makefile @@ -2,6 +2,6 @@ PROG= domainname -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/echo/Makefile b/bin/echo/Makefile index b62bd42..236a937 100644 --- a/bin/echo/Makefile +++ b/bin/echo/Makefile @@ -3,6 +3,6 @@ PROG= echo -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index 5503b35..3053b90 100644 --- a/bin/hostname/Makefile +++ b/bin/hostname/Makefile @@ -3,6 +3,6 @@ PROG= hostname -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/kill/Makefile b/bin/kill/Makefile index c05caf6..033fdaa 100644 --- a/bin/kill/Makefile +++ b/bin/kill/Makefile @@ -3,6 +3,6 @@ PROG= kill -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/ln/Makefile b/bin/ln/Makefile index 1ccd02c..90a37d3 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -7,6 +7,6 @@ MAN= ln.1 symlink.7 LINKS= ${BINDIR}/ln ${BINDIR}/link MLINKS= ln.1 link.1 -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile index 4d07098..718cd46 100644 --- a/bin/pwd/Makefile +++ b/bin/pwd/Makefile @@ -5,6 +5,6 @@ PROG= pwd LINKS= ${BINDIR}/pwd ${BINDIR}/realpath MAN= pwd.1 realpath.1 -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/rmdir/Makefile b/bin/rmdir/Makefile index fe1b7d9..23df216 100644 --- a/bin/rmdir/Makefile +++ b/bin/rmdir/Makefile @@ -3,6 +3,6 @@ PROG= rmdir -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/setfacl/Makefile b/bin/setfacl/Makefile index 5ac45ad..9823b55 100644 --- a/bin/setfacl/Makefile +++ b/bin/setfacl/Makefile @@ -3,6 +3,6 @@ PROG= setfacl SRCS= file.c mask.c merge.c remove.c setfacl.c util.c -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/sleep/Makefile b/bin/sleep/Makefile index 5746c0e..2b092c36 100644 --- a/bin/sleep/Makefile +++ b/bin/sleep/Makefile @@ -3,6 +3,6 @@ PROG= sleep -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/stty/Makefile b/bin/stty/Makefile index 645686d..349dd81 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -4,6 +4,6 @@ PROG= stty SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/sync/Makefile b/bin/sync/Makefile index 15f7abe..ac74c73 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -4,6 +4,6 @@ PROG= sync MAN= sync.8 -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/bin/test/Makefile b/bin/test/Makefile index 42be7b2..2a9c4d7 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -5,6 +5,6 @@ PROG= test LINKS= ${BINDIR}/test ${BINDIR}/[ MLINKS= test.1 '[.1' -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/games/adventure/Makefile b/games/adventure/Makefile index b98ceed..b5a1b72 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -7,7 +7,7 @@ MAN= adventure.6 HIDEGAME=hidegame CLEANFILES=data.c setup setup.o -WARNS= 2 +WARNS?= 2 build-tools: setup diff --git a/games/caesar/Makefile b/games/caesar/Makefile index 782b87f..68a37dd 100644 --- a/games/caesar/Makefile +++ b/games/caesar/Makefile @@ -8,6 +8,6 @@ SCRIPTS=rot13.sh MAN= caesar.6 MLINKS= caesar.6 rot13.6 -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/games/pom/Makefile b/games/pom/Makefile index e139ce9..0831496 100644 --- a/games/pom/Makefile +++ b/games/pom/Makefile @@ -6,6 +6,6 @@ MAN= pom.6 DPADD= ${LIBM} LDADD= -lm -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index c2a1fd4..938141e 100644 --- a/sbin/md5/Makefile +++ b/sbin/md5/Makefile @@ -6,6 +6,6 @@ PROG= md5 LDADD+= -lmd DPADD+= ${LIBMD} -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index d97f5bd..48871b9 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -3,6 +3,6 @@ PROG= apply -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile index a6b264d..a64d8ee 100644 --- a/usr.bin/banner/Makefile +++ b/usr.bin/banner/Makefile @@ -4,6 +4,6 @@ PROG= banner MAN= banner.6 -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile index df1a7dc..3493b98 100644 --- a/usr.bin/chflags/Makefile +++ b/usr.bin/chflags/Makefile @@ -7,5 +7,5 @@ NOSHARED?=yes PROG= chflags SRCS= chflags.c -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index c635cb6..385ecde 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -4,6 +4,6 @@ PROG= fmt SRCS= fmt.c -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> |