summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Install new files from examples dir.njl2002-11-241-0/+3
| | | | Approved by: re (previously)
* test -h is deprecated; use -L instead.ru2002-10-011-1/+1
| | | | PR: bin/40846
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* Don't install any old cruft present in the tree, includingru2002-07-191-19/+263
| | | | | | | editor backups, .orig or .rej files, etc. Make transition from SHARED=symlinks to SHARED=copies and vice versa work. Submitted by: des, ru
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
|
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217ru2002-03-211-1/+4
| | | | | | with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.)
* Arrange for the smbfs examples to be installed.sheldonh2001-12-141-2/+3
| | | | | | | | | | | | We don't install dot.nsmbrc or smbfs.sh.sample, since we already install the former as /etc/nsmb.conf and the latter is unnecessary, since boot-time mounts can be arranged directly within /etc/fstab without fear of breaking the boot when the smbfs port (now unnecessary is removed). The MFC reminder below is subject to <re@FreeBSD.org> approval priod to 4.5-RELEASE. MFC after: 1 week
* Back out my last commit. Ruslan (ru) has a better fix.markm2001-10-241-4/+0
|
* Make sure the copies: and symlinks: targets exist in the case of themarkm2001-10-231-0/+4
| | | | empty ".for ..." loop.
* Back out my previous commit. It is not necessary anymore now that Ruslanjhay2001-10-221-4/+3
| | | | fixed the ipfilter directory with a NOOBJ.
* Unbreak make world by adding .CURDIR here and there.jhay2001-10-221-3/+4
| | | | Submitted by: Harry Starr <starr3@gccs.com.au>
* Add the ipfilter subdirectorydarrenr2001-10-201-2/+10
| | | | PR: 26763
* Revert previous commit.marcel1999-12-091-2/+16
| | | | Requested by: bde
* Remove support for symlinks instead of copies. This also avoidsmarcel1999-12-081-16/+2
| | | | using mtree. Space is being saved by other means.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Do nothing for the etc-examples target when SHARED=symlinks, since we'llsheldonh1999-06-271-1/+3
| | | | | | end up trying to install into the source directory. Reported by: bde
* Actually install the virgin copies of the /etc files that we so proudlysheldonh1999-06-241-2/+5
| | | | | | | claim to install in /usr/share/examples/etc/README.examples . PR: 5207 Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>
* 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