Home | History | Annotate | Line # | Download | only in fortune
Makefile revision 1.1
      1  1.1  cgd #	@(#)Makefile	5.6 (Berkeley) 4/27/91
      2  1.1  cgd 
      3  1.1  cgd SUBDIR=	fortune
      4  1.1  cgd 
      5  1.1  cgd .ifmake (clean) || (cleandir)
      6  1.1  cgd SUBDIR+=datfiles
      7  1.1  cgd .endif
      8  1.1  cgd 
      9  1.1  cgd .ifmake !(install)
     10  1.1  cgd SUBDIR+=strfile
     11  1.1  cgd .else
     12  1.1  cgd SUBDIR+=datfiles
     13  1.1  cgd .endif
     14  1.1  cgd 
     15  1.1  cgd .include <bsd.subdir.mk>
     16