summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add entries for labpc.4, nca.4, scd.4, and sea.4 to thedufault1995-10-281-2/+7
| | | | | Makefile so that they are installed. The man pages are already present.
* Sync with version 1(26).jkh1995-10-251-11/+6
| | | | Submitted by: Frank Durda IV <uhclem@fw.ast.com>
* Correct typo from 2.1jkh1995-10-241-2/+2
|
* fix a typo (IFNAMSIZE -> IFNAMSIZ)torstenb1995-10-231-1/+1
| | | | Obtained from: the NetBSD bugs mailinglist
* Lots of tweaks.jfieber1995-10-229-84/+147
| | | | Submitted by: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
* Fix maninstall target for the NOMANCOMPRESS case. The previous revisionbde1995-10-211-6/+13
| | | | | | | | | | | | | failed when there was an obj directory. Use .PATH.n for installing too so that make can find the source files. This allows the source files to be in several directories (the old method using cd only works well for a single directory). The dependencies are on the source files even for the compressed case, although it would be more flexible to depend on the files being installed, so that `make install' doesn't attempt to build things Force COPY to -c for the NOMANCOMPRESS case. Then the files to be installed are always sources, so they must not be moved.
* change Frank Bartels mail addresstorstenb1995-10-211-2/+2
| | | | Requested by: Frank Bartels <knarf@camelot.de>
* Add `.sh' suffix and rule.bde1995-10-211-10/+12
| | | | | | | Enable `.c' rule. (Null suffix rules were disabled because of bugs in old versions of make.) Add ${LDFLAGS} to all rules that involve linking.
* Remove private rules for clean, depend, lint, tags and install.bde1995-10-213-12/+0
| | | | | | The private clean rules have been broken since we started building compressed man pages in the obj directory and the others don't do anything different from the general rules.
* Add a hint about generating postscript docs.jfieber1995-10-181-1/+6
| | | | Submitted by: "Julian H. Stacey" <jhs@freebsd.org>
* Clean up entries for supported CD-ROM drives.jfieber1995-10-181-14/+5
| | | | Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com>
* Back out the two latest changes. The -current branch is now equal toasami1995-10-171-7/+1
| | | | the -stable branch except the change between 1.182 -> 1.183.
* Add a man page for the dgb driver.bde1995-10-172-1/+365
| | | | | Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su> (English improved a bit by me.)
* Add NO_FETCH handling in the similar way as other NO_* targets doesache1995-10-161-1/+5
|
* Fix NO_EXTRACT case: build missing WRKDIRache1995-10-161-1/+3
| | | | | Previous variant always fails on touch work/.extract_cookie (or next following touches) because work directory not exists.
* Translate from the original Danish.jkh1995-10-161-22/+26
|
* Make this a little clearer..jkh1995-10-161-10/+10
|
* Put H before I in alphabetical list of mirrors.jkh1995-10-161-13/+13
|
* the man-link for moncontrol soesn't belong here...phk1995-10-151-1/+0
|
* An even better idea: The default will be that on _${KMOD} (_nfs_mod...) willphk1995-10-151-2/+3
| | | | | be exported. This breaks the compilation of some lkms, the owners of which is kindly requested to consider what should be exported.
* Remove hacks that go over the doc tree multiple times.jfieber1995-10-151-23/+1
| | | | If you need docs in a non-default format, do `make PRINTER=myformat'.
* Automatically DTRT for VFS_LKMphk1995-10-151-1/+2
|
* Change the default PRINTER from ps to ascii.jfieber1995-10-151-2/+2
|
* Make a rule for cleaning the namelist of lkms.phk1995-10-151-2/+9
| | | | TXT & DATA symbols not explicitly mentioned will be made local.
* Add Michael Elbel to contributors list for his work with the portsjkh1995-10-151-1/+2
| | | | | collection. I'm going to run a search of maintainers against the contrib list now! :)
* New section: firewalls.jfieber1995-10-144-6/+533
| | | | Submitted by: Gary Palmer <gary@palmer.demon.co.uk>
* Fix the support for MANSRC (it was broken by the compression changes):bde1995-10-141-54/+33
| | | | | | | | | | | use .PATH.n to get the dependencies right and to avoid some shell tests. Remove bogus dependency of individual compressed man pages on MANDEPEND. Use for loops to avoid duplicated code. Combine some rm steps in installation of links. Linking still takes too long.
* Document ENABLE_STARTUP_LOCALE env. variableache1995-10-121-1/+11
|
* Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is setasami1995-10-111-1/+5
| | | | | to avoid an infinite loop in patch when the patch target is not found and stdin is redirected from /dev/null (the "skip this patch? [n]" question).
* Oops, cvs add a man page for the cy driver.bde1995-10-102-0/+482
|
* Disable the documentation about a disabled feature.bde1995-10-102-16/+14
| | | | Fix extra and missing blank lines.
* Add a man page for the cy driver.bde1995-10-101-1/+2
|
* Don't run `ranlib -t' at install time. Our ld has never looked at thebde1995-10-091-6/+1
| | | | | timestamp on __.SYMDEF like ranlib.1 says it does, so changing the timestamp has no benefits, and changing it breaks smart installs.
* Fix ascii formatting problem with <header> start and end tags not beingjfieber1995-10-072-8/+8
| | | | | | | on the same line. Submitted by: Ollivier Robert <roberto@keltia.freenix.fr> Add vertical spacing between items in <itemize> and <enum> lists.
* Two new sections:jfieber1995-10-0717-159/+1640
| | | | | | | | | | * Kernel configuration, from Jake Hamby <jehamby@lightside.com> I'd like as many people as possible to give this one a good check before 2.1 goes out the door. * Routing, from Coranth Gryphon <gryphon@healer.com> A bazillion formatting tweaks (only 13 bazillion more to go!)
* Add Scott Blachowicz <scott@sabami.seaslug.org> for his contributionasami1995-10-061-1/+2
| | | | to the zsh package vs. /etc/shells problem.
* Change Alain's address per his request.asami1995-10-061-2/+2
|
* Credit "Adrian T. Filipi-Martin" <atf3r@agate.cs.virginia.edu> for theasami1995-10-051-1/+2
| | | | tk4 fix.
* Ahhed ohmon@sfc.keio.ac.jp (Hideaki Ohmon) for contribution of the ptexasami1995-10-051-1/+2
| | | | port.
* Add CONFIGURE_ENV: pass this environment to configure script.ache1995-10-041-2/+3
| | | | Allows pre-set some variables to eliminate wrong tests
* Add Chet Ramey (chet@odin.INS.CWRU.Edu) for his contributions on theasami1995-10-041-1/+3
| | | | | bash patch (he's the even original author!) and Juergen Lock (nox@jelal.hb.north.de) for the afio port.
* Attempt to sound more civilized by adding a missing period toasami1995-10-041-2/+2
| | | | | | "Attempting to fetch from $${site}." Why it was in PATCHFILES and not in DISTFILES, I have no idea.
* Bring changes forward from 2.1.jkh1995-10-041-2/+2
|
* Added dirk@hal.in-berlin.de (Dirk Froemberg) for his patch to makeasami1995-10-041-1/+2
| | | | changing password work from within pine.
* Added myself to the contributors listjmz1995-10-041-1/+2
|
* Added Steve Passe (smp@csn.net) for his contribution of moxftp patch.asami1995-10-031-1/+2
|
* Document the new freebsd-isp mailing list.jfieber1995-10-031-4/+9
|
* Updated description of *_DEPENDS. Changed "ldconfig" to "/sbin/ldconfig"asami1995-10-031-15/+49
| | | | in examples.
* Use full pathname for ldconfig (/sbin/ldconfig).asami1995-10-021-2/+2
| | | | Hinted by: joerg
* Compress manual pages (if desired) in the obj directory ratherwollman1995-10-024-63/+62
| | | | | | than in the installation destination. Should make release-building substantially faster. The msun Makefile changes simple adapt to the new scheme.
OpenPOWER on IntegriCloud