From 2a33bb351371de6ba4675bb4e1660bcdedbe9681 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 11 Dec 2001 23:12:44 +0000 Subject: [PATCH] Protect this from the coming WARNS=2 default. --- usr.bin/vacation/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index 9ac29e06fc8b..ed5f1d3f4bc8 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -6,6 +6,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/vacation PROG= vacation +WARNS?= 0 CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include CFLAGS+=-DNEWDB -DNOT_SENDMAIL CFLAGS+=-D_FFR_LISTDB -D_FFR_DEBUG