Home | History | Annotate | Line # | Download | only in misc
Makefile revision 1.11
      1  1.11  mycroft #	$NetBSD: Makefile,v 1.11 1997/03/27 08:48:56 mycroft Exp $
      2  1.10    mikel #	@(#)Makefile	8.1 (Berkeley) 6/8/93
      3   1.1      cgd 
      4  1.10    mikel FILES=	airport ascii birthtoken eqnchar flowers getopt inter.phone \
      5  1.10    mikel 	man.template mdoc.template na.phone operator style zipcodes
      6  1.11  mycroft FILESDIR=${BINDIR}/misc
      7   1.1      cgd NOOBJ=	noobj
      8   1.1      cgd 
      9   1.1      cgd all clean cleandir depend lint tags:
     10   1.1      cgd 
     11   1.1      cgd .include <bsd.prog.mk>
     12