summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.mk
Commit message (Expand)AuthorAgeFilesLines
* Obviate the need to set the COMPILER_PATH and LIBRARY_PATH in Makefile.inc1ru2002-02-211-4/+0
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-5/+32
* Unbreak "make lint" for programs and "make llib-l${LIB}.ln" forbde2001-12-031-1/+1
* When bootstrapping (build-tools and cross-tools), avoidru2001-09-211-1/+1
* Style nits:ru2001-06-141-2/+2
* Games ownership cleanup.ru2001-06-131-2/+2
* Change the ownership of the symbolic link for hidden gameru2001-05-311-1/+1
* Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mkkris2001-05-191-0/+2
* Who ever came up with the ${CFLAGS} need to be passed to lint?asmodai2001-04-191-1/+1
* Introduce SCRIPTS for bsd.prog.mk. See bsd.README for details.ru2001-04-071-2/+29
* Introduce ${PROGNAME}, the name that the program will be installed as,ru2001-04-021-0/+5
* Define MAN to ${PROG}.1 if no manpages were specified, but stillru2001-03-281-1/+2
* Make it possible to build manpages for the entire source tree.ru2001-03-271-1/+6
* Backout botched attempt to introduce MANSECT feature; itru2001-03-261-4/+1
* Removed _MANPAGES, MANDEPEND and MANSRC.ru2001-03-261-3/+7
* If the MANSECT variable is specified, it will override the defaultru2001-03-201-1/+4
* Check for MAN9 for consistency.ru2000-03-231-2/+2
* Removed NOEXTRADEPEND hack. This was only for an old version of makeworld.bde2000-01-091-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS.hoek1999-07-311-2/+7
* "Fixed" missing dependency of ${PROG} on ${LIBC} in the elf case.bde1999-05-061-4/+2
* Removed all traces of LN_FLAGS. It was only used to produce a linkbde1999-03-231-3/+13
* Introduce a new variable NEED_LIBNAMES. If it is defined,jdp1999-01-221-2/+2
* Removed bitrotted code for setting OBJFORMAT.bde1998-12-061-4/+1
* Allow ``make BINDIR=/foo/games'' to work.obrien1998-10-181-2/+2
* Add a man section 1aout for the legacy man files to avoid them beingjb1998-09-071-2/+3
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-4/+4
* Make ../Makefile.inc handling more consistant to prevent multiple includespeter1998-08-081-1/+4
* Recognize ".cpp" as a C++ suffix.dt1998-06-051-2/+2
* Oops, forgot references in previous commit.bde1998-05-151-1/+1
* Support Objective C almost as well as C++.bde1998-05-151-2/+8
* Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mkbde1998-05-081-38/+1
* Regress to generating foo.c from foo.y via y.tab.c for crufty applicationsbde1998-05-061-12/+20
* Oops, the symlink from y.tab.h doesn't work until its target exists.bde1998-05-051-2/+2
* Fudge local variables better in the yacc rules so that multiple yaccbde1998-05-041-4/+7
* Generate explicit rules and other infrastructure for lex and yaccbde1998-05-041-1/+27
* Support new version of global.eivind1998-03-231-3/+3
* Introduce the 'regress' target.eivind1998-03-121-1/+5
* Removed support for now-unused FreeBSD misfeature DPSRCS.bde1998-03-061-3/+2
* Fixed dependency of ${PROG} on ${DPSRCS}. There were various racesbde1998-03-061-3/+8
* Removed clean target. Simply add to CLEANFILES so that the default targetbde1998-02-251-10/+2
* Limit check for target to smaller section of makefile.eivind1998-02-191-3/+4
* Don't create a ${PROG} target if it already exists.eivind1998-02-191-1/+3
* Postpone the test for non-emptiness of $PROG, $OBJS and $CLEANFILEShelbig1998-02-071-5/+4
* Oops, the previous patch was botched.bde1997-12-181-2/+1
* Oops, rm -f can't handle empty lists.bde1997-12-171-1/+5
* Don't clean files that we don't create.bde1997-12-171-4/+4
* Change the BINFORMAT definitions so that they do not depend on sys.mk,peter1997-09-051-1/+4
* A first cut at some rules for building elf shared libs. Of particularpeter1997-08-301-1/+11
* Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patchasami1997-08-051-2/+2
OpenPOWER on IntegriCloud