freebsd-dev/games/fortune/strfile
Bruce Evans 666fd63da7 Don't include "${.CURDIR}/../../Makefile.inc" explicitly. Doing so was
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
2001-02-21 06:12:38 +00:00
..
Makefile Don't include "${.CURDIR}/../../Makefile.inc" explicitly. Doing so was 2001-02-21 06:12:38 +00:00
strfile.8
strfile.c Fix typo: seperate -> separate. 2001-02-06 10:39:38 +00:00
strfile.h