xref: /dragonfly/games/fortune/Makefile (revision 07917fe88dd28ff7c60b1137ee6c8f3f6688bf0c)
1#         @(#)Makefile        8.1 (Berkeley) 5/31/93
2
3SUBDIR= fortune
4.if !defined(NO_SHARE)
5SUBDIR+= strfile datfiles
6.endif
7
8.include <bsd.subdir.mk>
9