diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-04-18 18:19:48 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-04-18 18:19:48 +0000 |
| commit | 525438ea714724e210fa3a1c041cc05e0b9c2756 (patch) | |
| tree | 11b2802a0c1fda53106f0efd694a6cb2966f3fb1 /usr.sbin/mailstats | |
| parent | c7f3674fb0651753b85f59b2afb7b9098533334d (diff) | |
Diffstat (limited to 'usr.sbin/mailstats')
| -rw-r--r-- | usr.sbin/mailstats/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/mailstats/Makefile b/usr.sbin/mailstats/Makefile index b8dd89225551..c0d8bfe3d078 100644 --- a/usr.sbin/mailstats/Makefile +++ b/usr.sbin/mailstats/Makefile @@ -28,3 +28,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA ln -sf ${.ALLSRC} ${.TARGET} .include <bsd.prog.mk> + +CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE} |
