summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.README
Commit message (Collapse)AuthorAgeFilesLines
* Add a new LIBRARIES_ONLY make variable to disable the build and installbrooks2013-01-171-0/+2
| | | | | | | | | | of files other than the actual libraries. Use LIBRARIES_ONLY to supress the inclusion of files in the lib32 distribution that are duplicates of files in base. Sponsored by: DARPA, AFRL Reviewed by: emaste
* Fix an inconsistency I just ran into for LDADD and DPADD. The descriptionmarcel2012-05-241-2/+2
| | | | | | for both of them use different, and presumably wrong, variables in the example. They set LDFILES and SRCLIB respectively. I guess that's what DPADD and LDADD were called first ...
* Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) scriptjlh2012-05-071-0/+4
| | | | | | | | | instead of a symlink for .so files. Reviewed by: kib, kan (previous version), dim Approved by: kib (mentor) Silence from: -hackers@ MFC after: 1 week
* o Remove EoL w/spaces introduced in the last commit.maxim2010-05-221-5/+5
| | | | Spotted by: uqs
* o Grammar.maxim2010-05-221-6/+6
| | | | | PR: conf/146827 Submitted by: chris petrik
* "clean" of <bsd.prog.mk> no longer removes a.out, Errs,yar2006-06-181-2/+1
| | | | | | errs, mklog, and ${PROG}.core . MFC after: 1 week
* Fix the spelling of MAN to a modern syntax.ru2006-03-151-1/+1
|
* Revert last change, per ru@'s objection. I misunderstood consensusimp2006-03-091-1/+1
|
* Now that we now spell NO_MAN=xxx MAN=, update the docs.imp2006-03-091-1/+1
| | | | Submitted by: John Hein
* Add a .mk file for building modules for the SNMP daemon. This may beharti2005-11-101-0/+1
| | | | | | | | use in-tree as well as for 3rd party modules. This file is more or less what was in usr.sbin/bsnmpd/modules/Makefile.inc with some modifications and omissions. Usage examples can be found under usr.sbin/bsnmpd/modules/*. Idea by: phk
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* Removed COPTS support from kmod.mk and kern.pre.mk.ru2004-08-131-1/+1
| | | | COPTS support in bsd.prog.mk is preserved but discouraged.
* Don't define STRIP in bsd.own.mk.ru2004-02-051-6/+3
|
* Apply the first in a series of patches which will bring bsd.README up to date.trhodes2003-05-171-10/+40
| | | | | | PR: 35652 Submitted by: "Simon L. Nielsen" <simon@nitro.dk> (original version) Approved by: re (bmah)
* Remove some games/ cruft that is no longer of relevance.markm2003-05-031-4/+0
|
* Record the sudden death of bsd.kern.mk and bsd.sgml.mk.ru2003-03-121-2/+0
|
* Implement PROG_CXX for <bsd.prog.mk>.ru2002-04-111-1/+7
| | | | | Obtained from: NetBSD (with some mods) Reviewed by: peter
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-0/+5
| | | | Stolen from: NetBSD
* Implement the `manlint' target, for minimal validity checking ofru2001-09-051-2/+6
| | | | | | the manual pages. Mostly useful with mdoc(7) formatted manuals. Requested by: murray
* Introduce SCRIPTS for bsd.prog.mk. See bsd.README for details.ru2001-04-071-0/+5
| | | | | | Idea stolen from NetBSD. Reviewed by: bde
* Introduce ${PROGNAME}, the name that the program will be installed as,ru2001-04-021-0/+3
| | | | | | if different from ${PROG}. (The name PROGNAME was stolen from NetBSD.) Reviewed by: bde
* - Document recent MAN[1-9] -> MAN changes.ru2001-03-281-10/+11
| | | | - Backout part of revision 1.4 (../Makefile.inc -> bsd.inc.mk change).
* Correct instructions/examples about manual pages.ru2000-03-231-6/+6
|
* If SRCS is not defined assume ${PROG}.c, not when PROG isn't defined.mharo1999-11-301-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Complete back-out of the bsd.locale.mk change.jkh1998-05-201-5/+0
| | | | OK'd by: asami
* PR: misc/6031thepish1998-05-191-1/+6
| | | | Patch applied as per PR - enables preferential fetch from local mirrors
* Add reference to `PMake - A Tutorial'wosch1997-03-091-0/+3
|
* Add table of contents. Remove stale comments.wosch1997-03-091-5/+20
|
* Add support for ${CLEANDIRS} that will be rm -rf'ed during clean & cleandir.phk1996-06-171-1/+3
|
* sysinstall/Makefile:bde1996-03-191-33/+13
| | | | | | | | | | | | | | | | | Fixed DPADD again. mk/bsd.README Don't list the LIBXXX identifiers here. Describe them better. mk/bsd.prog.mk Updated the list of LIBXXX identifiers. - recently added library libdisk.a wasn't mentioned (required for sysinstall) - old objects kz*.o weren't mentioned - old libraries libc_pic.a, libcom_err.a, libf2c.a, libg++.a, libgcc_pic.a, libgmp.a, libipx.a, libkeycap.a, libss.a and libxpg4.a weren't mentioned - old libraries libgnumalloc.a and libftp.a no longer exist - old library libmp.a was said to not exist - deprecated links libfl.a and libln.a weren't mentioned
* Fix typo in description of LIBRPCSVC.bde1994-10-191-1/+1
|
* LIBDIALOG addedache1994-10-111-0/+1
|
* SHAREDSTRINGS support was no longer used and just clutters things up,rgrimes1994-10-101-3/+0
| | | | removed.
* 1. Mark file as seriously out of date with reality.rgrimes1994-10-091-9/+27
| | | | | | | | | | 2. Update the list of library names and variables. 3. Update to reflect forth coming bsd.inc.mk file. 4. Update which .mk files include other .mk files. Submitted by: Bruce Evans (partial, enhanced by me)
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* Fix filenames for LIBC and LIBTERM.bde1994-08-281-2/+2
|
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+300
OpenPOWER on IntegriCloud