summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-3/+3
* Moved `clean:' below, just before the inclusion of bsd.obj.mk,ru2002-07-211-36/+36
* Only define SHLIB_LINK if SHLIB_NAME matches the *.so.* pattern.ru2002-07-191-1/+1
* Correction to the previous revision: define SHLIB_LINK if SHLIB_NAMEru2002-07-181-1/+3
* Make it possible (again) to build and install shared library only.ru2002-07-031-19/+38
* Try really hard to fix parallel installs. Add a bunch of .ORDERru2002-07-031-0/+2
* Handle installation of hard and symbolic links via a seperate .mk file.ru2002-07-021-24/+1
* If CLEANFILES is nil or not defined, do not try to remove it. This happensjmallett2002-06-261-0/+2
* Reimplement FILES support using bsd.files.mk with theru2002-06-031-0/+1
* Revision 1.39 made filtering of CFLAGS unnecessary.ru2002-05-221-6/+6
* Rename `includes' to `buildincludes'.ru2002-05-151-3/+1
* CLEANFILES are too long for libc.ru2002-05-131-11/+24
* Major cleanup of bsd.lib.mk.ru2002-05-131-79/+71
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-19/+10
* Back out rev 1.118.obrien2002-05-121-12/+5
* [Ab]use LDFLAGS rather than CFLAGS.obrien2002-05-101-1/+1
* Pass CFLAGS to {CC} when using it as an `ld' replacement.obrien2002-05-101-1/+1
* Pay attention to LDFLAGS when linking.obrien2002-05-091-8/+8
* Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB.obrien2002-05-091-5/+12
* Added internal, non-recursive (SUBDIR) versions of the `all-man'ru2002-05-071-2/+2
* Install the manpages before descending into SUBDIRs.ru2002-05-071-3/+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-21/+11
* Make .asm transformation rules synonyms to the .s rules.ru2002-04-221-21/+3
* Style. Fix long lines and a <tab> indent that should be 4 spaces.markm2002-04-211-5/+5
* reorg a little.obrien2002-04-201-7/+7
* Add .asm as an alias for .s. .asm is common in contribed sources.obrien2002-04-191-1/+19
* Don't include bsd.own.mk from sys.mk, this makes it impossibleru2002-04-171-8/+1
* Fixed the nasty bug where .depend file that exists somewhere inru2002-04-071-1/+1
* Install static and profiled libraries with -C.des2002-03-221-2/+2
* lint the previous lint commit.ru2002-03-181-14/+12
* Allow "make lint" to mostly work. Our sources are very unclean WRTmarkm2002-03-171-7/+34
* Consistently use $PICFLAG.obrien2002-03-121-2/+2
* Spell pic "PIC" for sparc64.obrien2002-03-121-0/+4
* Obviate the need to set the COMPILER_PATH and LIBRARY_PATH in Makefile.inc1ru2002-02-211-14/+5
* Unbreak "make lint" for programs and "make llib-l${LIB}.ln" forbde2001-12-031-1/+1
* Fix cross-building, etc:ru2001-09-291-1/+1
* When bootstrapping (build-tools and cross-tools), avoidru2001-09-211-1/+1
* Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mkkris2001-05-191-0/+2
* Make it possible to build manpages for the entire source tree.ru2001-03-271-1/+6
* Do not depend on ``all-man'' if -DNOMAN.ru2001-03-261-1/+4
* Change "building the standard ${LIB} library" to "building the staticpeter2000-10-021-1/+1
* When dubiously reprogramming .SUFFIXES, don't screw up the order of .Sbde2000-06-081-1/+1
* Unbroke PRECIOUSLIB feature (broken in rev 1.88).ru2000-02-031-1/+1
* Introduce the new mk internal target _includeinstall and add thergrimes2000-01-141-1/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS.hoek1999-07-311-5/+14
* add support to buildworld as a normal user:jmg1999-06-241-3/+3
* Removed all traces of LN_FLAGS. It was only used to produce a linkbde1999-03-231-4/+14
OpenPOWER on IntegriCloud