Home | History | Annotate | Line # | Download | only in fortune
Makefile revision 1.4
      1  1.4  mycroft #	from: @(#)Makefile	5.6 (Berkeley) 4/27/91
      2  1.4  mycroft #	$Id: Makefile,v 1.4 1993/08/01 05:45:23 mycroft Exp $
      3  1.1      cgd 
      4  1.1      cgd SUBDIR=	fortune
      5  1.1      cgd 
      6  1.3      cgd .ifmake !(install)
      7  1.3      cgd SUBDIR+= strfile
      8  1.1      cgd .endif
      9  1.1      cgd 
     10  1.3      cgd SUBDIR+= datfiles
     11  1.1      cgd 
     12  1.1      cgd .include <bsd.subdir.mk>
     13