summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-10-08 07:20:12 +0000
committered <ed@FreeBSD.org>2011-10-08 07:20:12 +0000
commit3eeda8543769937697d65bc0f3aab4da29850a2f (patch)
tree355a55097a848de6e86ce1ebb0f7c6cef6ca75e6 /usr.bin
parenta554b0aa741ae980b6a410cc7d3a51367b9a6451 (diff)
downloadFreeBSD-src-3eeda8543769937697d65bc0f3aab4da29850a2f.zip
FreeBSD-src-3eeda8543769937697d65bc0f3aab4da29850a2f.tar.gz
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
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/calendar/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile
index 4a5999c..24c4bba 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
OpenPOWER on IntegriCloud