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