summaryrefslogtreecommitdiffstats
path: root/games/fortune/fortune/Makefile
blob: 4a2f619c647868af4ec6094c79db0292eba49646 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.3 2010/07/02 23:43:42 tedu Exp $
#	$NetBSD: Makefile,v 1.8 1995/03/23 08:28:36 cgd Exp $

PROG=		fortune
MAN=		fortune.6
CFLAGS+=	-I${.CURDIR}/../strfile 

.include "${.CURDIR}/../../Makefile.inc"
.include <bsd.prog.mk>