diff options
Diffstat (limited to 'usr.bin/vacation/Makefile')
-rw-r--r-- | usr.bin/vacation/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index ed5f1d3f4bc8..9ac29e06fc8b 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -6,7 +6,6 @@ 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 |