mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Change path order in makefile so newer fortune files will be built with
the latest fortune (strfile/caesar) sources. Correct a separator type in fortunes2. Add Unix geeks dating instructions (reference card style).
This commit is contained in:
parent
092bd4489f
commit
83fbb33522
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51862
3 changed files with 12 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
# @(#)Makefile 8.2 (Berkeley) 4/19/94
|
||||
# $FreeBSD$
|
||||
|
||||
FILES= fortunes fortunes2 startrek zippy
|
||||
BLDS= fortunes.dat fortunes2.dat startrek.dat zippy.dat \
|
||||
|
@ -27,16 +28,16 @@ beforeinstall:
|
|||
|
||||
.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
|
||||
$f.dat: $f
|
||||
PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
|
||||
strfile -rs ${.ALLSRC} ${.TARGET}
|
||||
PATH={.OBJDIR}/../strfile:$$PATH:/usr/games \
|
||||
strfile -Crs ${.ALLSRC} ${.TARGET}
|
||||
.endfor
|
||||
|
||||
fortunes-o.dat: fortunes-o
|
||||
PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
|
||||
strfile -rsx ${.ALLSRC} ${.TARGET}
|
||||
PATH=${.OBJDIR}/../strfile:$$PATH:/usr/games \
|
||||
strfile -Crsx ${.ALLSRC} ${.TARGET}
|
||||
|
||||
fortunes-o: fortunes-o.${TYPE}
|
||||
PATH=$$PATH:/usr/games:${.OBJDIR}/../../caesar \
|
||||
PATH=${.OBJDIR}/../../caesar:$$PATH:/usr/games \
|
||||
caesar 13 < ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%% $FreeBSD$
|
||||
=======================================================================
|
||||
|| ||
|
||||
|| The FORTUNE-COOKIE program is soon to be a Major Motion Picture! ||
|
||||
|
@ -54862,7 +54863,7 @@ next minute our brains have us married with kids, the following minute we see
|
|||
him having an extramarital affair. By the time someone says "I'd like you to
|
||||
meet Cecil," we shout, "You're late again with the child support!"
|
||||
-- Cynthia Heimel, "A Girl's Guide to Chaos"
|
||||
%%
|
||||
%
|
||||
I don't have any use for bodyguards, but I do have a specific use for two
|
||||
highly trained certified public accountants.
|
||||
-- Elvis Presley
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%% $FreeBSD$
|
||||
PLAYGIRL, Inc.
|
||||
Philadelphia, Pa. 19369
|
||||
Dear Sir:
|
||||
|
@ -15336,3 +15337,6 @@ To a couple of truckers from Erie P.A.,
|
|||
Zippity doo dah, zippity ay.
|
||||
-- John Valby
|
||||
%
|
||||
date; talk; touch; unzip; finger; expand; strip; head; mount; yes; yes; yes;
|
||||
eject; more; sleep
|
||||
%
|
||||
|
|
Loading…
Reference in a new issue