Home | History | Annotate | Line # | Download | only in calendar
Makefile revision 1.9
      1  1.9     lukem #	$NetBSD: Makefile,v 1.9 1998/09/27 17:22:10 lukem Exp $
      2  1.6     glass #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1       cgd 
      4  1.1       cgd PROG=	calendar
      5  1.9     lukem .if !defined (NOSHARE)
      6  1.8  christos FILESDIR=/usr/share/calendar
      7  1.8  christos FILES!= echo ${.CURDIR}/calendars/calendar.*
      8  1.9     lukem .endif
      9  1.1       cgd 
     10  1.1       cgd .include <bsd.prog.mk>
     11