aboutsummaryrefslogtreecommitdiff
path: root/share/examples/ipfilter/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* ipfilter: Move userland bits to sbinCy Schubert2021-12-201-3/+1
| | | | | | | | | | | | | | | | Through fixes and improvements our ipfilter sources have diverged enough to warrant move from contrib into sbin/ipf. Now that I'm planning on implementing MSS clamping as in iptables it makes more sense to move ipfilter to sbin. This is the second of three commits of the ipfilter move. Suggested by glebius on two occaions. Suggested by and discussed with: glebius Reviewed by: glebius, kp (for #network) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33510
* pkgbase: Remove the last users of the FreeBSD-example packageEmmanuel Vadot2020-08-041-1/+1
| | | | | | | | Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D24176 Notes: svn path=/head/; revision=363838
* share: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-3/+3
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314652
* Update share/examples/* to properly install /usr/share/examples.Glen Barber2016-05-101-0/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=299293
* Remove NO_OBJ now that this makefile builds something.Ruslan Ermilov2006-03-011-2/+0
| | | | | | | Noticed by: Andrzej Tobola Notes: svn path=/head/; revision=156190
* Fix a botched commit that broke world.Ruslan Ermilov2006-02-271-2/+5
| | | | Notes: svn path=/head/; revision=156083
* Add a man page for mkfilters(1) and put the corrected perl script in theDarren Reed2006-02-271-1/+5
| | | | | | | | | ipfilter usr/share directory PR: docs/26879 Notes: svn path=/head/; revision=156061
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* FILES support for bsd.prog.mk. See bsd.README for details.Ruslan Ermilov2001-12-171-9/+3
| | | | | | | Stolen from: NetBSD Notes: svn path=/head/; revision=88055
* Clamp down with NOOBJ.Ruslan Ermilov2001-10-221-8/+9
| | | | Notes: svn path=/head/; revision=85310
* Add the IPFilter how-to and other related documents to the base installDarren Reed2001-10-201-0/+33
so that users gets ipfilter examples without a source install. PR: 26763 Submitted by: Cyrille Lefevre <clefevre@poboxes.com> Notes: svn path=/head/; revision=85213