summaryrefslogtreecommitdiffstats
path: root/fortune/fortune/Makefile
blob: 71cbf376d294cede6f7dc80d252f3b16d6a35dbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.7 1994/12/22 09:34:12 cgd Exp $

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

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