summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.mk
Commit message (Expand)AuthorAgeFilesLines
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-3/+3
* Try really hard to fix parallel installs. Add a bunch of .ORDERru2002-07-031-0/+3
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-07-021-0/+3
* Handle installation of hard and symbolic links via a seperate .mk file.ru2002-07-021-24/+1
* Reimplement FILES support using bsd.files.mk with theru2002-06-031-28/+2
* Rename `includes' to `buildincludes'.ru2002-05-151-3/+1
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-6/+4
* Added internal, non-recursive (SUBDIR) versions of the `all-man'ru2002-05-071-2/+2
* Install PROG before SCRIPTS and FILES, but make sureru2002-05-071-4/+8
* Splitting "realinstall" into parts was a (failed) part of the workru2002-04-291-5/+4
* Abuse bsd.obj.mk for defining default distribute target.ru2002-04-241-8/+0
* Change the name of the 'bin' distribution to 'base'.obrien2002-04-231-1/+1
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.ru2002-04-231-19/+10
* Add .asm as an alias for .s. .asm is common in contribed sources.obrien2002-04-191-1/+1
* ${INSTALLFLAGS} aren't suitable for installing ${SCRIPTS} and ${FILES}.ru2002-04-171-2/+2
* Don't include bsd.own.mk from sys.mk, this makes it impossibleru2002-04-171-7/+1
* Back out second part of the previous change. While this wasru2002-04-121-2/+9
* Fixed the fatal breakage I introduced in the last commit.ru2002-04-121-1/+1
* Don't add -lstdc++ to LDADD, just let c++(1) link C++ programs.ru2002-04-121-5/+7
* Implement PROG_CXX for <bsd.prog.mk>.ru2002-04-111-0/+10
* Really finish the removal of ${LDDESTDIR} in bsd.lib.mk,v 1.55.ru2002-04-111-3/+3
* Fixed the nasty bug where .depend file that exists somewhere inru2002-04-071-1/+1
* 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
OpenPOWER on IntegriCloud