summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not set the application variable LDDESTDIR. Note that it is still honoredasami1997-07-311-6/+1
* Make NOSHARED = no / NOSHARED = NO do what you'd expect.pst1997-06-281-2/+2
* Change the distribute targets so that a given item in our source treejkh1997-06-211-2/+4
* Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was definedasami1997-05-231-2/+2
* Pass everything in ${LDADD} directly to the linker for `make depend'bde1997-04-231-2/+2
* Removed unused (and almost unusable) support for LDONLY. See ld/rtldbde1997-04-191-27/+1
* Support GLOBAL style tags.jkh1997-04-131-3/+9
* Use `ld -f' (actually `cc -Wl,-f') at `make depend' time to generatebde1997-04-091-6/+15
* Don't use dot in a chown command. The chown command has been a no-opbde1997-03-081-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Removed bogus NOOBJ ifdef which was added in rev.1.18-1.19. SRCS isbde1997-02-171-2/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed dependencies on libraries which I broke in rev.1.39 ofbde1996-09-281-2/+3
* .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set inswallace1996-09-181-2/+2
* Moved definitions of library names from bsd.prog.mk to a new centralbde1996-09-051-55/+2
* Back out the recent DEPEND changes - as Bruce points out, it's bogus.jkh1996-08-251-2/+2
OpenPOWER on IntegriCloud