aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ipsend
Commit message (Collapse)AuthorAgeFilesLines
* Remove directories no longer used for building ipfilter toolsDarren Reed2005-04-251-23/+0
| | | | Notes: svn path=/head/; revision=145527
* Move my maintainership of parts of ipfilter back to Darren ReedGuido van Rooij2003-06-061-1/+1
| | | | Notes: svn path=/head/; revision=115895
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-11/+11
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Pick up the correct headers from sys/contrib/ipfilter/netinet.Ruslan Ermilov2001-06-181-4/+3
| | | | Notes: svn path=/head/; revision=78416
* Backout previous change (removal of -I${.CURDIR}/../../sys/netinet).Ruslan Ermilov2001-06-111-1/+1
| | | | | | | | | | | | | This is needed to pick up the right headers. Wrong headers from src/contrib/ipfilter are used otherwise. The right fix would be to fix contrib/ipfilter C sources to pick up headers from <sys/netinet>. Noticed by: peter Notes: svn path=/head/; revision=78080
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+1
| | | | Notes: svn path=/head/; revision=76812
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Build with -DUSE_INET6 so that we can actually use the IPv6 support inJacques Vidrine2000-10-311-0/+1
| | | | | | | | | IPFilter 3.4.x. Approved by: darrenr, guido Notes: svn path=/head/; revision=68111
* Move basic ifilter utils to sbin where they shold have been committed byGuido van Rooij1999-12-061-0/+2
| | | | | | | me in the first place. While we're at it: add MAINTAINER line Notes: svn path=/head/; revision=54225
* Revive userland stuff for ipfilter.Guido van Rooij1999-11-231-0/+22
| | | | | | | | Also fixes: PR: 7791 Notes: svn path=/head/; revision=53643
* Nuke the old antique copy of ipfilter from the tree. This is old enoughPeter Wemm1999-10-101-22/+0
| | | | | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP. Notes: svn path=/head/; revision=52088
* Added y.tab.h to SRCS. This should have been used to get dependenciesBruce Evans1998-05-051-1/+2
| | | | | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated. Notes: svn path=/head/; revision=35745
* Simplified by using new yacc rules.Bruce Evans1998-05-041-2/+0
| | | | Notes: svn path=/head/; revision=35706
* Fixed syntax error for `make checkdpadd'. libfl.a should never beBruce Evans1998-04-281-2/+2
| | | | | | | | | | | used. ${LIBFL} is set to a weird value in an attempt to inhibit its use, but only breaks properly in some contexts. Fixed the usual style bugs for DPADD and LDADD (disorder, and += for the initial assignment). Notes: svn path=/head/; revision=35484
* Fix pathname to contrib/ipfilter botch.Peter Wemm1998-03-211-7/+7
| | | | Notes: svn path=/head/; revision=34757
* Initial bmake scaffolding for ipfilter userland stuff.Peter Wemm1998-03-211-0/+23
Obtained from: large chunks stolen from OpenBSD and NetBSD Notes: svn path=/head/; revision=34753