Home | History | Annotate | Line # | Download | only in fortune
Makefile revision 1.1.1.2
      1  1.1.1.2  cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      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