From de2a166bb234a0b0d32674d399b72d40b9631516 Mon Sep 17 00:00:00 2001 From: dim Date: Thu, 20 Mar 2014 20:18:08 +0000 Subject: [PATCH] MFC r226141 (by ed): Remove extraneous WARNS=7. WARNS above 6 has no use. Also, all of usr.bin is also built with WARNS=6 by default. Discussed with: edwin git-svn-id: svn://svn.freebsd.org/base/stable/9@263443 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/calendar/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile index 4a5999c93..24c4bbae7 100644 --- a/usr.bin/calendar/Makefile +++ b/usr.bin/calendar/Makefile @@ -12,8 +12,6 @@ DE_LINKS= de_DE.ISO8859-15 FR_LINKS= fr_FR.ISO8859-15 TEXTMODE?= 444 -WARNS?= 7 - beforeinstall: ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \ ${.CURDIR}/calendars/calendar.* ${DESTDIR}${SHAREDIR}/calendar -- 2.45.0