xref: /netbsd-src/games/fortune/Makefile (revision 9573504567626934c7ee01c7dce0c4bb1dfe7403)
1#	$NetBSD: Makefile,v 1.5 1995/03/23 08:28:23 cgd Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4SUBDIR=	fortune
5
6.ifmake !(install)
7SUBDIR+= strfile
8.endif
9
10SUBDIR+= datfiles
11
12.include <bsd.subdir.mk>
13