diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2003-03-01 06:11:21 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2003-03-01 06:11:21 +0000 |
commit | 112c8a6875639f05326ad82cfbc51afdf53d5f6f (patch) | |
tree | d453def7da5748bd6e4e100ce4ebd3af55cfed64 /sbin/pflogd/Makefile | |
parent | 45f563a5a8c802b64e987b17ee80034939d0c0b0 (diff) |
Add ANSI prototypes. Get rid of shadow warnings. Use correct
printf format specifiers where needed. Clarify one comment.
Now compiles with -Wmissing-prototypes -Wshadow, and this is
reflected in the Makefile.
OK deraadt@
Diffstat (limited to 'sbin/pflogd/Makefile')
-rw-r--r-- | sbin/pflogd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index 776340a5cb3..79902152951 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2002/05/11 00:20:20 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2003/03/01 06:11:20 cloder Exp $ -CFLAGS+=-Wall -Werror +CFLAGS+=-Wall -Werror -Wmissing-prototypes -Wshadow LDADD+= -lpcap -lutil DPAPP+= ${LIBPCAP} ${LIBUTIL} |