summaryrefslogtreecommitdiffstats
path: root/fortune/fortune/Makefile
blob: d3cb29c65f7c01810cea3feb84ec96973a3a4d4a (plain) (blame)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.11 1998/02/04 10:16:19 christos Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

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

.include "../../Makefile.inc"
.include <bsd.prog.mk>