summaryrefslogtreecommitdiffstats
path: root/games/hack/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.markm2002-10-211-46/+0
|
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-2/+2
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-2/+2
|
* Install files via FILES.ru2001-12-171-5/+4
|
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for games/ to 6.ru2001-03-201-1/+0
|
* 1. Don't overwrite scorefiles if they already exist.billf1999-12-101-2/+5
| | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around.
* Create score files root:games rather than bin:{games,bin}.obrien1999-06-231-4/+4
| | | | | related-to-PR: bin/8440 Submitted by: Stephen J. Roznowski sjr@home.net
* Fixed CLEANFILES.bde1998-12-271-1/+1
|
* Build the makedefs program static to avoid trying to use the sharedjb1998-08-151-1/+1
| | | | loader before it has been installed in an aout to elf transition build.
* Added a `build-tools' target for internal tools.bde1998-07-071-5/+7
| | | | | | | | | Honor LDFLAGS for building internal tools. Always build intermediate object files explicitly so that binaries don't change when they are rebuilt. Fixed some style bugs.
* Don't use the FreeBSD misfeature DPSRCS or give explicit dependenciesbde1998-03-061-4/+2
| | | | | on generated headers. Just put generated headers in SRCS so that bsd.*.mk can generate better dependencies.
* Make hack non-setuid back, it is possible because hackdir hierarchyache1997-09-241-7/+1
| | | | are not more readable/writeable by anyone except "games" group
* Includes cleanupache1997-09-241-4/+4
| | | | | | | | | Fix nonull flag detecting from termcap Use usleep to handle nonull case Prevent overflow on genocided getenv Install most files not owned by games.games to prevent data modifications Fix path for gethdate()
* Use SUIDGAME hook nowache1997-09-241-4/+2
|
* Since hack suid now, add -fschg to install flags to prevent thisache1997-09-241-0/+1
| | | | binary to be overwritted
* Make hack suid "games" (additionly to sgid "games" as run),ache1997-09-241-2/+10
| | | | | | | | it is needed for savegames and bones, they intendent to not be altered by user and can't be pre-created as scorefile. Clear savegames on install: target too, not only bones Install rumors not readable by all. Cleanup includes a little.
* Do not install 3 files writeable by all (666), change it to 664ache1997-09-241-3/+3
|
* 444 -> ${NOBINMODE}wosch1997-02-091-2/+3
| | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
* Install the rumors file.jkh1996-10-191-0/+2
| | | | | Submitted-By: koshy@india.hp.com Closes-PR#: 1883
* The Makefile assumed that builder had '.' in it's path, which is anate1996-05-151-2/+6
| | | | | | | | | security hole for root. Fix this oversight and clean up the build of 'hack.onames.h' which should be built everytime. Tested with/without obj directories and .depend files. Noticed by: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de>
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-3/+3
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Add a -fwritable-strings to the CFLAGS. hack need it :-).ats1994-11-261-0/+1
|
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-041-0/+35
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
OpenPOWER on IntegriCloud