Home | History | Annotate | Line # | Download | only in calendar
Makefile revision 1.1.1.1
      1  1.1  cgd #	@(#)Makefile	4.8 (Berkeley) 5/11/90
      2  1.1  cgd 
      3  1.1  cgd PROG=	calendar
      4  1.1  cgd 
      5  1.1  cgd beforeinstall:
      6  1.1  cgd 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
      7  1.1  cgd 	    ${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar
      8  1.1  cgd 
      9  1.1  cgd .include <bsd.prog.mk>
     10