Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -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. | ||||
* | Pick up the correct headers from sys/contrib/ipfilter/netinet. | ru | 2001-06-18 | 1 | -4/+3 |
| | |||||
* | Backout previous change (removal of -I${.CURDIR}/../../sys/netinet). | ru | 2001-06-11 | 1 | -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 | ||||
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 1 | -1/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -2/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Build with -DUSE_INET6 so that we can actually use the IPv6 support in | nectar | 2000-10-31 | 1 | -0/+1 |
| | | | | | | IPFilter 3.4.x. Approved by: darrenr, guido | ||||
* | Move basic ifilter utils to sbin where they shold have been committed by | guido | 1999-12-06 | 1 | -0/+2 |
| | | | | me in the first place. While we're at it: add MAINTAINER line | ||||
* | Revive userland stuff for ipfilter. | guido | 1999-11-23 | 1 | -0/+22 |
| | | | | | Also fixes: PR: 7791 | ||||
* | Nuke the old antique copy of ipfilter from the tree. This is old enough | peter | 1999-10-10 | 1 | -22/+0 |
| | | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP. | ||||
* | Added y.tab.h to SRCS. This should have been used to get dependencies | bde | 1998-05-05 | 1 | -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. | ||||
* | Simplified by using new yacc rules. | bde | 1998-05-04 | 1 | -2/+0 |
| | |||||
* | Fixed syntax error for `make checkdpadd'. libfl.a should never be | bde | 1998-04-28 | 1 | -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). | ||||
* | Fix pathname to contrib/ipfilter botch. | peter | 1998-03-21 | 1 | -7/+7 |
| | |||||
* | Initial bmake scaffolding for ipfilter userland stuff. | peter | 1998-03-21 | 1 | -0/+23 |
Obtained from: large chunks stolen from OpenBSD and NetBSD |