diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-22 21:38:30 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-22 21:38:30 +0000 |
| commit | 982f5d88ff041e0e6151ebe6af3f45e437202e82 (patch) | |
| tree | 160cd437b66d4747b612c4a3594b9bc09b511cf2 /bin | |
| parent | 49f886f5d3e9767a967e2607e713215be5dff3da (diff) | |
Notes
Diffstat (limited to 'bin')
| -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 |
15 files changed, 15 insertions, 15 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile index df1a7dc0aee98..3493b98298376 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 3036576983309..9661513d74bb0 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 c05e02771aa82..264d99f2cb13c 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 2c7669cfeca65..958c490f15979 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 b62bd423041cd..236a937ea7992 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 5503b351dbcdc..3053b90408b3d 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 c05caf67b6cfd..033fdaa661622 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 1ccd02cdb4e21..90a37d3057f42 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 4d070983477d4..718cd4620f811 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 fe1b7d97871fe..23df216e380e3 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 5ac45adaf1bee..9823b55dccb2c 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 5746c0e849bf6..2b092c36d12de 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 645686dc5001b..349dd81536ab2 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 15f7abec64eaa..ac74c735ea22c 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 42be7b2327847..2a9c4d776ab66 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> |
