summaryrefslogtreecommitdiffstats
path: root/phantasia/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* No need to reference .OBJDIR here.thorpej2002-03-051-2/+2
|
* .include <bsd.own.mk> earlygmcgarry2001-12-191-1/+3
|
* remove a spurious .include <bsd.own.mk>perry2001-11-191-3/+1
|
* fix building of phantasia ($FILES dependency on $PROG broke things)lukem2001-06-061-2/+2
|
* Build the data files in the obj/compile directory and install them withsimonb2001-03-271-9/+20
| | | | FILES and FILESDIR. "Problem" reported by David Querbach on current-users.
* Make this produce local objects with .lo suffix.matt2000-06-201-8/+8
|
* HOST_CC -> HOST_LINK.cpk2000-04-241-2/+2
|
* More .mk file fallout. *sigh*mycroft2000-01-231-2/+2
|
* Don't chown installed files or directories if UNPRIVILEGED is defined.simonb1999-08-211-1/+5
| | | | | "make build" should now work as a non-root user (tested on Alpha). mtree spits out lots of warnings during "make distrib-dirs", but these are non-fatal.
* tweaks to pass DESTDIR to subprograms when it is defined in /etc/mk.confdbj1998-12-061-3/+3
| | | but is not in the environment.
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
|
* Remove -lcompat; not neededchristos1998-02-041-3/+3
|
* install games files with the correct permissions.mrg1997-11-201-2/+2
|
* install games that need it setgid.mrg1997-11-201-1/+2
|
* WARNSify, KNFify (inc. removing extremely verbose & useless comments), ...lukem1997-10-131-3/+3
|
* enable WARNS?=1 by default, & temporarily disable for the few unclean programslukem1997-10-121-1/+2
|
* Use tbl support from bsd.man.mk instead of having a special rule.phil1997-06-301-5/+2
|
* Back out BUILDDIR and NOINSTALL changes.cjs1997-05-311-3/+3
|
* These updates to the build allow building against include filescjs1997-05-261-3/+3
| | | | | | | | | and libs in the object tree, if you use a separate object tree, while maintaining backward compatability with other build methods. See the notes in src/share/mk/bsd.README for full details. Note that the `make includes' target now only installs the include files in the build directory (if you use one--otherwise they go in DESTDIR just like before); `make install' will install include files in DESTDIR.
* Use afterinstall, not beforeinstall.mycroft1997-05-091-2/+2
|
* Allow this to be cross-compiled.thorpej1997-04-191-4/+10
|
* use posix-style : for chown uid/group separatorjtk1996-06-011-2/+2
|
* rcs id conventionscgd1995-03-241-0/+1
|
* Use ${DESTDIR}.pk1995-03-081-1/+1
|
* specify man pages the new way.cgd1994-12-221-3/+4
|
* phantasia(6), from 44litejtc1994-10-211-0/+30