sendmail: silence K&R warns

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2023-03-16 18:18:48 +00:00
parent a7ba32e6bc
commit 95a2b4d172

View file

@ -62,6 +62,8 @@ CFLAGS+= -DTCPWRAPPERS
LIBADD+= wrap
.endif
CFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}
DPADD+=${SENDMAIL_DPADD}