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