diff options
| author | lukem <lukem@NetBSD.org> | 2009-03-16 02:24:55 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2009-03-16 02:24:55 +0000 |
| commit | 500db002748d9818288e46e10f026a2b09548086 (patch) | |
| tree | c6fcb39962ca9d8de8172a99858d6d896e59801f /libexec/rexecd | |
| parent | 024b6bdcb775888e231623fc92b7727ee3472901 (diff) | |
Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd
Diffstat (limited to 'libexec/rexecd')
| -rw-r--r-- | libexec/rexecd/Makefile | 3 | ||||
| -rw-r--r-- | libexec/rexecd/unit-tests/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index 860db9a3605..c87d6977e11 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/03/04 20:41:09 he Exp $ +# $NetBSD: Makefile,v 1.10 2009/03/16 02:24:56 lukem Exp $ # from @(#)Makefile 8.1 (Berkeley) 6/4/93 .include <bsd.own.mk> -WARNS=3 PROG= rexecd MAN= rexecd.8 diff --git a/libexec/rexecd/unit-tests/Makefile b/libexec/rexecd/unit-tests/Makefile index 3ded91d884a..0a4724eaf11 100644 --- a/libexec/rexecd/unit-tests/Makefile +++ b/libexec/rexecd/unit-tests/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.1 2005/02/23 01:27:32 christos Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/16 02:24:56 lukem Exp $ -WARNS=3 PROG= rexec NOMAN= yes |
