1 # $NetBSD: Makefile,v 1.7 1996/10/18 06:12:29 thorpej Exp $ 2 # @(#)Makefile 8.1 (Berkeley) 6/6/93 3 4 PROG= calendar 5 6 beforeinstall: 7 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 8 ${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar 9 10 .include <bsd.prog.mk> 11