David E. O'Brien
90e655ea4e
Perform a major cleanup of the usr.sbin Makefiles.
...
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.
2001-07-20 06:20:32 +00:00
Ruslan Ermilov
478e7bb603
Pick up the correct headers from sys/contrib/ipfilter/netinet.
2001-06-18 15:55:28 +00:00
Ruslan Ermilov
2107b6c68e
Backout previous change (removal of -I${.CURDIR}/../../sys/netinet).
...
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
2001-06-11 17:41:58 +00:00
Ruslan Ermilov
3ab9a9d0e0
Removed -I${.CURDIR}/.../sys from CFLAGS.
2001-05-18 13:41:42 +00:00
Ruslan Ermilov
345e52e742
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
Jacques Vidrine
9629a4e92d
Build with -DUSE_INET6 so that we can actually use the IPv6 support in
...
IPFilter 3.4.x.
Approved by: darrenr, guido
2000-10-31 22:29:27 +00:00
Guido van Rooij
46eae78a17
Move basic ifilter utils to sbin where they shold have been committed by
...
me in the first place. While we're at it: add MAINTAINER line
1999-12-06 20:50:04 +00:00
Guido van Rooij
ebcb6d9e5b
Revive userland stuff for ipfilter.
...
Also fixes:
PR: 7791
1999-11-23 21:53:19 +00:00
Peter Wemm
bd3c4bb29f
Nuke the old antique copy of ipfilter from the tree. This is old enough
...
to be dangerous. It will better serve us as a port building a KLD,
ala SKIP.
1999-10-10 15:08:38 +00:00
Bruce Evans
de1d4a81ee
Added y.tab.h to SRCS. This should have been used to get dependencies
...
on y.tab.h generated. It will soon be used to tell bsd.dep.mk that
y.tab.h itself needs to be generated.
1998-05-05 13:16:35 +00:00
Bruce Evans
3e75029a9b
Simplified by using new yacc rules.
1998-05-04 19:54:56 +00:00
Bruce Evans
607b5242b2
Fixed syntax error for `make checkdpadd'. libfl.a should never be
...
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).
1998-04-28 05:31:41 +00:00
Peter Wemm
f4b3d6b4aa
Fix pathname to contrib/ipfilter botch.
1998-03-21 14:50:14 +00:00
Peter Wemm
5021f7402d
Initial bmake scaffolding for ipfilter userland stuff.
...
Obtained from: large chunks stolen from OpenBSD and NetBSD
1998-03-21 13:53:18 +00:00