]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/fortune/fortune/Makefile
This commit was generated by cvs2svn to compensate for changes in r93694,
[FreeBSD/FreeBSD.git] / games / fortune / fortune / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   fortune
5 MAN=    fortune.6
6 CFLAGS+=-DDEBUG -Wall -I${.CURDIR}/../strfile
7 DPADD=  ${LIBCOMPAT}
8 LDADD=  -lcompat
9
10 .include <bsd.prog.mk>