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