666fd63da7
a bogus no-op in the usual case where fortune/ is a subdir of games/ (since <bsd.prog.mk> does an equivalent include automatically if possible), but breaks building fortune when fortune/ is outside of the games/ tree (since the include was unconditional here). This fix depends on a previous fix for non-recursiveness of ../Makefile.inc (it didn't exist). PR: 25232
9 lines
138 B
Makefile
9 lines
138 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= unstr
|
|
NOMAN= noman
|
|
CFLAGS+=-Wall -I${.CURDIR}/../strfile
|
|
|
|
.include <bsd.prog.mk>
|