xref: /csrg-svn/usr.bin/calendar/Makefile (revision 61935)
1*61935Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/06/93
214606Ssam
341704SbosticPROG=	calendar
414606Ssam
541704Sbosticbeforeinstall:
641704Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
741704Sbostic	    ${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar
814606Ssam
941704Sbostic.include <bsd.prog.mk>
10