summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r308148, r308150, r308156:gjb2016-11-031-1/+1
| | | | | | | | | | | | | r308148: Fix packaging calendar(1) files. r308150: Fix packaging /usr/share/examples/etc. r308156: Fix packaging /usr/lib{,32}/libgcc_eh{,_p}.a. Sponsored by: The FreeBSD Foundation
* Install/Connect ypldap.conf(5) on examples.araujo2016-06-061-2/+4
|
* Update share/examples/* to properly install /usr/share/examples.gjb2016-05-101-1/+10
| | | | | | | | | | As result of this, a new examples package is now created. Note, this is only effective with 'SHARED=copies' (the default), as the 'SHARED=symlinks' mechanism will create a symlink to the source tree version of the file(s). Sponsored by: The FreeBSD Foundation
* MFHgjb2016-04-161-2/+2
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Rework META_TARGETS so that it automatically adds META_DEPS to the targets.bdrewery2016-04-141-2/+2
| | | | | | | | | | | | | | | | This will only be done if the target is defined, so if the target is defined after bsd.sys.mk is included then it needs to manually add ${META_DEPS} still. Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-03-141-4/+5
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.bdrewery2016-03-111-7/+3
| | | | | | | | | | | | | | Extend it to other cases of meta mode cookies so they get the proper rm cookie behavior when a .meta file detects it needs to rebuild and fails. Sponsored by: EMC / Isilon Storage Division
| * DIRDEPS_BUILD: Fix staging of share/sendmail and share/examples.bdrewery2016-03-111-2/+7
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | MFH r289384-r293170gjb2016-01-041-2/+2
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * META MODE: These need object directories to handle staging.bdrewery2015-11-261-2/+0
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
| * Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+2
| | | | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* | Merge from headbapt2015-10-091-3/+0
|\ \ | |/
| * Move all the dma(8) components into one single directorybapt2015-10-091-3/+0
| | | | | | | | | | | | | | Simplifying maintainance and options (only one place to deal with MK_DMAGENT) This also makes packaging base less intrusive by getting a single point where to add tags.
* | Tag examples with targetted packagesbapt2015-03-051-1/+2
|/
* Add key/cert generation script for uefisign(8).trasz2015-02-261-2/+4
| | | | | | | | (Forgot about Relnotes in the commit that added uefisign(8), so set it here.) MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation
* Clean up more usb related files when MK_USB == no when dealing withngie2015-02-041-7/+10
| | | | | | | | manpages, libraries, and binaries MFC after: 1 week X-MFC with: r278135 Sponsored by: EMC / Isilon Storage Division
* Add MK_BHYVE knob for building and installing bhyve(4), et alngie2015-01-261-2/+7
| | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Add MK_HAST knob for building and installing hastd(8), et alngie2015-01-261-6/+9
| | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Remove example cvsup config files.gavin2014-06-251-5/+0
| | | | MFC after: 1 week
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* Add a mailer.conf example to use dmabapt2014-03-101-0/+3
|
* Add some sample test programs.jmmv2013-11-181-0/+4
| | | | | | | | | | | | | | | | | | | This change adds some sample test cases to share/examples/tests/ demonstrating the basic usage of the atf and plain interfaces. These test programs are fully-functional and are installed as part of the test suite, which guarantees that the sample code remains correct. However, they currently mostly serve as a placeholder for additional examples and may be incomplete (depending on how you look at them). I will see what else can be useful while working on documentation. As a bonus, the addition of these tests exercise the *.test.mk files, one of which (plain.test.mk) was not yet in use, and also demonstrates that it's possible to mix different kinds of test programs into the same test suite. Approved by: rpaulo (mentor)
* Finish r257779.glebius2013-11-071-2/+2
| | | | PR: usb/183728
* Remove most of the ATF tools and the _atf user.rpaulo2013-10-121-3/+0
| | | | | | | | This is necessary because ATF is deprecated and it will be replaced by Kyua. Submitted by: jmmv@netbsd.org Reviewed by: Garrett Cooper Approved by: re
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-281-0/+1
| | | | | | - Reconnect with some minor modifications, in particular now selsocket() internals are adapted to use sbintime units after recent'ish calloutng switch.
* Add bhyve to examples.neel2013-03-181-0/+2
| | | | | Requested by: alfred, julian Obtained from: NetApp
* Disconnect files removed in r248151bapt2013-03-111-3/+0
|
* Tone down the encouragement to use cvsup. Add directions to the handbookpeter2013-01-031-1/+0
| | | | pages that cover the more current methods and bring closer to reality.
* Add ATF to the build. This is may be a bit rought around the egdes,marcel2012-10-221-0/+3
| | | | | | | | | | | | | | | | | but committing it helps to get everyone on the same page and makes sure we make progress. Tinderbox breakages that are the result of this commit are entirely the committer's fault -- in other words: buildworld testing on amd64 only. Credits follow: Submitted by: Garrett Cooper <yanegomi@gmail.com> Sponsored by: Isilon Systems Based on work by: keramida@ Thanks to: gnn@, mdf@, mlaier@, sjg@ Special thanks to: keramida@
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-1/+0
| | | | | | | | | | | | | GIANT from VFS. In addition, disconnect also netsmb, which is a base requirement for SMBFS. In the while SMBFS regular users can use FUSE interface and smbnetfs port to work with their SMBFS partitions. Also, there are ongoing efforts by vendor to support in-kernel smbfs, so there are good chances that it will get relinked once properly locked. This is not targeted for MFC.
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-171-3/+0
| | | | | | | | | | | | GIANT from VFS. In addition, disconnect also netncp, which is a base requirement for NWFS. In the possibility of a future maintenance of the code and later readd to the FreeBSD base, maybe we should think about a better location for netncp. I'm not entirely sure the / top location is actually right, however I will let network people to comment on that more specifically. This is not targeted for MFC.
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-161-3/+0
| | | | | | GIANT from VFS. This is not targeted for MFC.
* Remove documentation and www cvsup files as they are no longer usefuleadler2012-09-091-2/+0
| | | | | | | | with the switch to subversion. Approved by: gjb (man pages) Approved by: cperciva (example files, implicit) MFC after: 1 week
* Add some examples about how to use FreeBSD's libusb20 in your ownjoerg2012-07-181-0/+7
| | | | code.
* - Make the default values for tcsh more user friendlyeadler2012-03-241-0/+2
| | | | | | | | | - Add an examples file with many of the not accepted suggestions from the discussion PR: conf/160689 Reviewed by: many Discussed on: current Approved by: cperciva
* Add ses/srcs/eltsub.h to the list of files to be installed.mav2011-05-271-0/+1
| | | | It is required for user-level SES example tools build.
* Uuencode the sample "binary" firmware image file (instead of explicitlyemaste2011-04-011-1/+1
| | | | | | | adding \0 bytes). This is a technique that would be used in an actual driver and is more suitable as an example. Reviewed by: mlaier
* Unbreak installworld after r220205.emaste2011-04-011-1/+1
| | | | | Noticed by: np Pointy hat to: emaste
* Actually install the example Khelp module committed in r218545.lstewart2011-02-211-0/+3
| | | | | | Sponsored by: FreeBSD Foundation MFC after: 4 weeks X-MFC with: r218545
* Add Makefile entry to install two new example files.julian2010-10-241-0/+4
| | | | MFC after: 2 weeks
* indent.pro example: actually install the sample fileavg2010-04-211-0/+2
|
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | HAST allows to transparently store data on two physically separated machines connected over the TCP/IP network. HAST works in Primary-Secondary (Master-Backup, Master-Slave) configuration, which means that only one of the cluster nodes can be active at any given time. Only Primary node is able to handle I/O requests to HAST-managed devices. Currently HAST is limited to two cluster nodes in total. HAST operates on block level - it provides disk-like devices in /dev/hast/ directory for use by file systems and/or applications. Working on block level makes it transparent for file systems and applications. There in no difference between using HAST-provided device and raw disk, partition, etc. All of them are just regular GEOM providers in FreeBSD. For more information please consult hastd(8), hastctl(8) and hast.conf(5) manual pages, as well as http://wiki.FreeBSD.org/HAST. Sponsored by: FreeBSD Foundation Sponsored by: OMCnet Internet Service GmbH Sponsored by: TransIP BV
* Remove examples for pppd and SLIP-related stuff.trasz2009-12-291-22/+0
|
* Install firmware(9) examples.antoine2009-12-121-0/+6
| | | | MFC after: 1 month
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-32/+0
| | | | | | | | | | | | | | | | | | parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-251-14/+0
| | | | | | | | | | | | | | | | | | | NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti
* Disconnect netatm from the build as it is not MPSAFE and relies onrwatson2007-07-141-10/+14
| | | | | | | | | | | | | | | | | | | | NET_NEEDS_GIANT, which will shortly be removed. This is done in a away that it may be easily reattached to the build before 7.1 if appropriate locking is added. Specifics: - Don't install netatm include files - Disconnect netatm command line management tools - Don't build libatm - Don't include ATM parts in rescue or sysinstall - Don't install sample configuration files and documents - Don't build kernel support as a module or in NOTES - Don't build netgraph wrapper nodes for netatm This removes the last remaining consumer of NET_NEEDS_GIANT. Reviewed by: harti Discussed with: bz, bms Approved by: re (kensmith)
* Retire /usr/share/examples/netgraph/bluetooth/rc.bluetooth.emax2007-04-241-1/+0
| | | | MFC after: 1 week
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+4
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Link mdoc/example.9 to the build.keramida2005-01-121-0/+1
|
OpenPOWER on IntegriCloud