summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/Makefile
blob: 7b6e434bf5be18e499474c7aa5ca8351d4ea70cb (plain)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	calendar

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
	    ${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud