share: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after: 1 monthSponsored by: Dell EMC Isilon
Update share/examples/* to properly install /usr/share/examples.As result of this, a new examples package is now created.Note, this is only effective with 'SHARED=copies' (the default),as the 'S
Update share/examples/* to properly install /usr/share/examples.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 thesource tree version of the file(s).Sponsored by: The FreeBSD Foundation
show more ...
share: minor spelling fixes.Mostly comments but these tend to be user-visible.MFC after: 2 weeks
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Updated dependencies
Updated/new Makefile.depend
Remove NO_OBJ now that this makefile builds something.Noticed by: Andrzej Tobola
Fix a botched commit that broke world.
Add a man page for mkfilters(1) and put the corrected perl script in theipfilter usr/share directoryPR: docs/26879
Spell 'argument' correctly.Submitted by: Andre Guibert de Bruet andy at siliconlandmark dot com
Start the dreaded NOFOO -> NO_FOO conversion.OK'ed by: core
For variables that are only checked with defined(), don't provideany fake value.
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,especially in troff files.
english(4) police.
FILES support for bsd.prog.mk. See bsd.README for details.Stolen from: NetBSD
Clamp down with NOOBJ.
Add the IPFilter how-to and other related documents to the base installso that users gets ipfilter examples without a source install.PR: 26763Submitted by: Cyrille Lefevre <[email protected]>