summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
committered <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
commit9b380e30d4e06cf0243e311871dc27cfa4a6354a (patch)
tree756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/calendar
parent14b790b0cfcd233769de066dd78e637bf80713dc (diff)
downloadFreeBSD-src-9b380e30d4e06cf0243e311871dc27cfa4a6354a.zip
FreeBSD-src-9b380e30d4e06cf0243e311871dc27cfa4a6354a.tar.gz
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
Diffstat (limited to 'usr.bin/calendar')
-rw-r--r--usr.bin/calendar/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile
index 481713a..27df8b6 100644
--- a/usr.bin/calendar/Makefile
+++ b/usr.bin/calendar/Makefile
@@ -9,6 +9,8 @@ DE_LINKS= de_DE.ISO8859-15
FR_LINKS= fr_FR.ISO8859-15
TEXTMODE?= 444
+WARNS?= 3
+
beforeinstall:
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
${.CURDIR}/calendars/calendar.* ${DESTDIR}${SHAREDIR}/calendar
OpenPOWER on IntegriCloud