summaryrefslogtreecommitdiffstats
path: root/fortune/Makefile
blob: d912d0720d85d1844a5e455817d59957cc9f29c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#	from: @(#)Makefile	5.6 (Berkeley) 4/27/91
#	$Id: Makefile,v 1.4 1993/08/01 05:45:23 mycroft Exp $

SUBDIR=	fortune

.ifmake !(install)
SUBDIR+= strfile
.endif

SUBDIR+= datfiles

.include <bsd.subdir.mk>