summaryrefslogtreecommitdiffstats
path: root/fortune/fortune/Makefile
blob: 094adf4e278922262525ea6d21942b9cae357cad (plain) (blame)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.12 2009/08/27 03:12:16 dholland Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

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

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