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