*blush* Instead of undoing my own change, i clobbered dcs's rev 1.21

change.

I'll never touch this again...
This commit is contained in:
Joerg Wunsch 1999-11-05 08:17:53 +00:00
parent c424905006
commit 13e3316372
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52888

View File

@ -33,7 +33,7 @@ beforeinstall:
.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
$f.dat: $f
PATH=/usr/games:${.OBJDIR}/../strfile:$$PATH \
PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
strfile -Crs ${.ALLSRC} ${.TARGET}
.endfor