bdrewery
092e8d5213
MFC r291329:
...
Remove redundant DPSRCS which were already in SRCS.
2015-12-04 18:50:12 +00:00
bdrewery
8124ba9df4
MFC r288477:
...
META_MODE: For some reason meta mode cannot generate the intermediate tab.c
files. Split up all of the targets to be more clear on how they are
generated to fix the problem.
2015-10-20 18:23:14 +00:00
bdrewery
3b729f879d
MFC r288249:
...
Add SUBDIR_PARALLEL.
2015-10-13 18:43:49 +00:00
bdrewery
e455e240ab
MFC r288248:
...
Remove disconnected directories.
2015-10-13 18:40:46 +00:00
cy
1a5e7231e4
MFC r269585 - Honour WITH and WITHOUT_INET6_SUPPORT.
...
Approved by: glebius (mentor - implicit)
2014-08-08 00:58:24 +00:00
cy
c1298c7a07
Update ipfilter 4.1.28 --> 5.1.2.
...
Approved by: glebius (mentor)
BSD Licensed by: Darren Reed <darrenr@reed.wattle.id.au> (author)
2013-09-06 23:11:19 +00:00
issyl0
cf5be7fe5d
Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man page
...
displaying for 'man 4 ipfilter'.
PR: docs/118020
Approved by: gjb (mentor)
MFC after: 5 days
2012-08-28 12:33:54 +00:00
dim
47dd4657ea
Use both NO_WFORMAT and NO_WARRAY_BOUNDS for sbin/ipf, it would be too
...
disruptive to actually fix all the warnings, and the code hasn't been
maintained for several years.
MFC after: 1 week
2011-12-17 00:54:09 +00:00
uqs
f8d1dd7a4e
Always assign WARNS using ?=
...
- fix some nearby style bugs
- include Makefile.inc where it makes sense and reduces duplication
Approved by: ed (co-mentor)
2010-03-02 16:58:04 +00:00
ru
763b9ae1f8
Switch the default WARNS level for sbin/ to 6.
...
Submitted by: Ulrich Spörlein
2009-10-19 16:00:24 +00:00
jb
1168fa22a7
This makefile builds contrib code, so I won't try to fix all the
...
casts from pointer to int here.
2007-11-18 03:29:10 +00:00
cognet
d3f2142580
Exclude inet_addr.c from the build.
...
It only provides inet_aton(), which is already provided by the libc. This
causes multiple symbol definitions when linking statically.
Reviewed by: darrenr
2007-06-11 19:38:38 +00:00
darrenr
a33069b532
Merge IPFilter 4.1.23 back to HEAD
...
See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13
2007-06-04 02:54:36 +00:00
obrien
25ac1031f0
Fix the manual build.
2006-09-10 08:58:47 +00:00
kan
a006062051
Regularly scheduled patch to unbreak regularly scheduled post-ipfilter
...
buildworld breakage.
Exclude loglevel.c from the build. It does not appear to be used by
anything in the tree and buildworld succeeds just fine without it.
2006-08-17 03:19:38 +00:00
guido
d020b899e4
Adapt to ipf 4.1.13
2006-08-16 12:25:00 +00:00
obrien
1a9fc915c8
fix style nit
2006-05-07 00:40:00 +00:00
ru
89e2376997
Add missing library dependencies.
2006-04-13 12:49:24 +00:00
guido
317e136f50
Add printproto.c to libipf
2005-12-30 11:56:57 +00:00
ru
0a6d657eb7
Fix the contents of the underneath .depend files and "make checkdpadd".
2005-05-17 14:29:06 +00:00
darrenr
7b001e5d5e
Enable building /sbin/ipf (but not the rescue version) with the ability to
...
parse bpf strings for filter rules in ipf.conf
2005-05-16 16:22:55 +00:00
darrenr
f739412edd
Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup
...
build problems with rescue.
2005-04-28 16:26:35 +00:00
darrenr
56966568e9
Not looking for ipfilter source files in the right place
2005-04-26 15:35:50 +00:00
darrenr
0010fa7c21
create a new build heirarchy for ipfilter tools
2005-04-25 18:55:52 +00:00
guido
b2377cef08
Link a couple of missing manpages
...
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
MFC after: 1 week
2005-01-07 09:22:02 +00:00
johan
31854a224a
style.Makefile(5):
...
Use WARNS?= instead of WARNS=.
2004-02-23 20:25:27 +00:00
guido
2036547e59
Move my maintainership of parts of ipfilter back to Darren Reed
2003-06-06 11:30:50 +00:00
darrenr
130c30a156
* add extra -I path to get the "matching" header files.
2002-03-20 09:02:48 +00:00
obrien
9baf2f1b03
Default to WARNS=2.
...
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
2001-12-04 02:19:58 +00:00
ru
2012259e87
Pick up the correct headers from sys/contrib/ipfilter/netinet.
2001-06-18 15:55:28 +00:00
ru
a0e4020b84
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
ru
52a9144c8b
Removed -I${.CURDIR}/.../sys from CFLAGS.
2001-05-18 13:41:42 +00:00
ru
86642a4ab4
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:33:27 +00:00
nectar
11bc429742
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
darrenr
f3c0d655fd
add common.c to SRCS to fix compile problems
2000-05-24 20:04:41 +00:00
guido
af5d601f37
Add MAINTAINER tag.
...
The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied
from the respective directories in usr.sbin
1999-12-15 19:48:02 +00:00
guido
b3195eaeee
Revive userland stuff for ipfilter.
...
Also fixes:
PR: 7791
1999-11-23 21:53:19 +00:00
peter
76c8e9b267
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
peter
52325b1595
Initial bmake scaffolding for ipfilter userland stuff.
...
Obtained from: large chunks stolen from OpenBSD and NetBSD
1998-03-21 13:53:18 +00:00