summaryrefslogtreecommitdiffstats
path: root/fortune/datfiles/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Get all the games compiling for iOSCameron Katri2021-02-221-88/+0
|
* Build strfile both as a host tool and as an installed program:apb2008-09-261-3/+2
| | | | | | | | | | * in games/fortune/strfile/Makefile, build strfile as a regular program instead of as a host tool; * add tools/strfile directory to build strfile as a host tool; * in tools/Makefile, add strfile to SUBDIR list; * in BSD.*.mk, define TOOL_STRFILE variable; * in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating databases at build time; * in distrib/sets/lists/games/mi, mention usr/games/strfile.
* Add "netbsd-tips" fortune database with 23 initial fortunes --reed2008-03-211-4/+5
| | | | | | actually hints or suggestions or tips on using NetBSD. Please share your brief NetBSD usage tips. If you want to discuss or share suggestions, have a look at http://wiki.netbsd.se/netbsd-tips wiki page.
* Rework how MAKEVERBOSE operates:lukem2003-10-211-23/+12
| | | | | | | | | | * Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
* rework to use the newer _MKMSGCREATE (et al) macroslukem2003-10-191-12/+12
|
* Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem2003-10-191-1/+23
|
* fix duplicate limerick-o in CLEANFILESdrochner2002-10-221-2/+2
|
* Don't put [] around the strings passed to tr -- those can be interpretedtv2002-01-301-6/+6
| | | by shells. Just quote 'em.
* Fortune is not moribund.proff2001-10-201-4/+6
| | | | | | | | | | | | | | | | | | | | | | Add Farberisms from Prof. Dave Farber. From: David Farber <dave@farber.net> To: proff@iq.org (Julian Assange) Date: Sat, 20 Oct 2001 03:29:08 -0400 Subject: Re: farberisms Fine with me At 02:27 PM 10/20/2001 +1000, you wrote: >Hi Dave, > >I've just come accross your list of `Farberisms', which had me in >stiches. As these are deliciously `fortune'esqe, I'd like to add >them to the NetBSD distribution. Do you have any objections? > >Cheers, >Julian.
* ${PRINTOBJDIR}ifysommerfeld2000-12-301-3/+3
|
* If we install limerick-o.dat, we should also install limerick-o to make itabs2000-08-171-3/+3
| | | usable.
* Split netbsd fortunes into offensive and non offensive.abs2000-08-171-2/+7
| | | Split could be considered somewhat arbitrary.
* Add NetBSD slogans for fortune database.pooka2000-02-061-4/+7
|
* More .mk file fallout. *sigh*mycroft2000-01-231-2/+2
|
* Remove generated file "limerick-o" in "clean" target.tron1999-09-211-2/+2
|
* Split limericks into "normal" and "offensive" ones.hwr1999-09-121-8/+9
| | | Fixes PR 6202 by Matthias Grutzeck <grut@teco.edu>.
* Fortunes from those Unamerican Activities bumper stickers you see onthorpej1999-08-041-3/+8
| | | mountain bikes owned by Gen-X'ers.
* convert from NOxxx= to MKxxx=no.lukem1999-02-131-2/+2
| | | include <bsd.own.mk> if testing a MKxxx variable.
* don't install in /usr/share if NOSHARE is definedlukem1998-09-291-1/+3
|
* WARNSifylukem1997-10-101-2/+2
|
* Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.mycroft1997-05-071-3/+2
|
* - Makefile cleanupschristos1997-03-241-7/+4
|
* Clean this up, and be more consistent:cgd1996-12-231-21/+42
| | | | | | | | | | | | * Have 'fake' options for all offensive fortune files (fortunes2-o and limerick moved to fortunes2-o.real and limerick.real via repository copy). * build all offensive fortune data files, etc., in the same way. * Have installation of offensive fortunes controlled by one make variable. To disable build/install of offensive fortunes, set INSTALL_OFFENSIVE_FORTUNES to anything other than "YES" on the make command line, in bsd.own.mk, or in /etc/mk.conf or your ${MAKECONF} file. (If changing the setting, you should 'make clean' here and rebuild the fortunes before installing.) * Don't use variables that bsd.prog.mk thinks have certain meanings.
* Use ${INSTALL}.thorpej1996-10-181-3/+3
|
* Use tr instead of caesar to generate fortunes-ojtc1996-02-291-2/+2
|
* Parallel make fixeschristos1995-10-221-2/+3
|
* Use `install -c'.pk1995-06-261-2/+2
|
* clean more cruft; fix up to build the way CSRG now intendscgd1995-04-221-6/+3
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-24/+31
|
* kiil bogus install -d'scgd1994-02-101-2/+1
|
* fix 'make' biff. from Roland McGrathcgd1994-01-241-2/+2
|
* Use .OBJDIR for auxiliary programs.pk1994-01-041-5/+6
|
* Always use `install -d' to make sure destination directory exists & hasjtc1993-09-301-9/+2
| | | correct ownership and permissions.
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* Use ${COPY}, not -c for install.mycroft1993-07-181-1/+1
|
* build datfiles at make time, not at install timecgd1993-04-301-1/+3
|
* fix various install problems.cgd1993-04-091-2/+18
|
* fixed makefile so it doesn't need to write to dir on install and doesn'tcgd1993-04-041-4/+9
| | | need symlink
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+20