diff options
| author | christos <christos@NetBSD.org> | 1997-07-06 22:52:28 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-07-06 22:52:28 +0000 |
| commit | 1a1bf9f5748f567abb2a814d2b73c7e4dc767c22 (patch) | |
| tree | 03a4a5b9bfff4d93f2b012d75223800e33d5015d /libexec/talkd | |
| parent | 6eecd789e67f51dba667e48ea4daf2464dc6f42f (diff) | |
Use WARNS=1
Diffstat (limited to 'libexec/talkd')
| -rw-r--r-- | libexec/talkd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index ebc49a418bb..9b460d43d53 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 1997/06/29 19:22:04 christos Exp $ +# $NetBSD: Makefile,v 1.7 1997/07/06 22:52:28 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes +WARNS= 1 PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c MAN= talkd.8 |
