summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Use -C instead of -c for installing non-header source files.bde1997-01-011-2/+2
|
* Do the right thing even if the source tree is a bunch of symlinks, sayjkh1996-09-061-2/+2
| | | | | lndir'd to a CDROM. Submitted-By: Richard Wackerbarth <rkw@shrimp.dataplex.net>
* Use `make' loops instead of shell loops to install things. This fixesbde1996-01-211-14/+15
| | | | | | | | | | the verbose output for `make -s install' and gives nicer output for `make install' and `make -n install'. This method should be used more. Install meteor and startslip. In fact, install all subdirectories except CVS. This method should be used more so that SUBDIR lists don't have to be changed so often (special cases could be handled by short exclusion lists).
* Dive in the deep end and change the examples installation method.. :-/peter1995-12-111-5/+3
| | | | | | the 'rm -rf' and cpio was bugging me because rdist used to get false hits and also it installs the files with the wrong uid. I've tried this by running a find .. -exec ${INSTALL} ...; instead...
* Add sup.jfieber1995-09-301-2/+2
|
* Add startslip exampleache1995-09-141-2/+2
|
* Added a copy of my little program to find the IP address of the outgoingwollman1995-08-141-2/+2
| | | | | | interface for a particular remote host. Requested by: Joerg Wunsch <j@uriah.heep.sax.de>
* Do not omit the Makefiles when installing the examples; they are partjoerg1995-08-121-3/+2
| | | | | | | of them. Also correct the omission of CVS files by abusing the find syntax instead of grepping. Closes PR #bin/636.
* Remove syscons exampleache1995-03-301-2/+2
|
* Don't install Makefilephk1994-11-081-2/+3
|
* Make installs better, install the FAQ stuff, don't install CVS-dirs.phk1994-11-081-7/+10
|
* added ibcs2 directory.sos1994-10-241-2/+2
|
* Add syscons to DIRS list, pointed by wollmanache1994-09-251-2/+2
|
* Fixed typo that caused make install to fall if SHARED=copies.rgrimes1994-09-231-2/+2
|
* Revert to installing /etc/files from src/etc.rgrimes1994-09-231-7/+0
|
* Install /etc from the same source as /usr/share/examples/etc (mostly).wollman1994-09-191-1/+8
|
* Don't be so aggressive when installing examples. We still delete thewollman1994-09-131-11/+6
| | | | | | directories or links before we install the new things, but now we don't delete /usr/share/examples itself, so other examples installed from other places in the tree will not be touched.
* Define NOOBJ so that install doesn't try to get the sources from thebde1994-08-281-7/+6
| | | | | | wrong place. Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
* Actually install LKM examples.wollman1994-08-191-2/+2
|
* Added example of how to tell various FreeBSD versions apart.wollman1994-08-101-2/+2
|
* Make examples install into /usr/share/examples. Like with includes, youwollman1994-08-091-0/+37
have a choice between SHARED=copies and SHARED=symlinks. The default is to copy. I have also added a /usr/share/examples/etc directory, where I hope to have all sample configuration files which in real use go into /etc installed. (This way, if the user really screws the real one up, they can always go back to a known-working distribution copy, even if they don't have sources.)
OpenPOWER on IntegriCloud