Home | History | Annotate | Line # | Download | only in calendar
Makefile revision 1.5
      1 #	from: @(#)Makefile	4.8 (Berkeley) 5/11/90
      2 #	$Id: Makefile,v 1.5 1994/02/10 02:03:28 cgd Exp $
      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