Home | History | Annotate | Line # | Download | only in calendar
Makefile revision 1.4
      1 #	from: @(#)Makefile	4.8 (Berkeley) 5/11/90
      2 #	$Id: Makefile,v 1.4 1993/10/01 00:35:19 jtc Exp $
      3 
      4 PROG=	calendar
      5 
      6 beforeinstall:
      7 	@install -d -o root -g wheel -m 755 ${DESTDIR}/usr/share/calendar
      8 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
      9 	    ${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar
     10 
     11 .include <bsd.prog.mk>
     12