diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-21 07:25:53 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-21 07:25:53 +0000 |
| commit | eb6626f52a16d28af0c82b780e66f18faccbb6df (patch) | |
| tree | 5a6bcb50c2a8ff8a27ac455649021ced3e5c26cd /usr.sbin | |
| parent | db1909f7d2103cae4acdca77f1cb2d694872394c (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/newsyslog/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/wicontrol/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile index 268053154abc..ab06f3a5041f 100644 --- a/usr.sbin/newsyslog/Makefile +++ b/usr.sbin/newsyslog/Makefile @@ -3,6 +3,6 @@ PROG= newsyslog MAN= newsyslog.8 -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.sbin/wicontrol/Makefile b/usr.sbin/wicontrol/Makefile index 04bddfc97a5a..e336ad871ccf 100644 --- a/usr.sbin/wicontrol/Makefile +++ b/usr.sbin/wicontrol/Makefile @@ -5,6 +5,6 @@ MAN= wicontrol.8 CFLAGS+= -DWICACHE -WARNS=2 +WARNS?= 2 .include <bsd.prog.mk> |
