he
bf8f08004d
Move kvm library spec to Makefile.inc, so that it gets specified
...
after the ipf library, since the ipf library depends on some functions
from the kvm library.
Fixes a build problem observed when building for sun2 (though I
won't claim understanding why this doesn't show up elsewhere).
2004-04-03 22:16:27 +00:00
lukem
bfd4f974d0
de-lint makefiles:
...
* fix -j N parallel build issues
* support MAKEVERBOSE
* move NOxxx= to before <bsd.own.mk>
* remove unnecessary -ll (except for ipsend)
* remove unnecessary CPPFLAGS
* only build libipf.a (we don't need libipf_p.a or libipf_pic.a)
* fix dependencies upon libipf.a
(more could be done, but that requires fixing dist/ipf/*)
2004-03-29 04:39:59 +00:00
martti
621e9bac7f
Sync with official IPFilter
2004-03-28 09:01:26 +00:00
martti
c2d00e7ce1
Added missing libraries, filenames and man pages
2002-01-24 08:24:38 +00:00
christos
4b374bca7a
add -lcurses
2001-03-13 16:30:13 +00:00
veego
7134832d9a
Update for IP Filter 3.4.1
2000-05-03 11:40:53 +00:00
veego
9c9aae0fda
Use the new IP Filter dist layout for.
...
We are now at version 3.3.5.
1999-12-12 11:29:55 +00:00
mrg
78db9d7d95
merge ipf 3.2.10
1998-11-22 15:17:18 +00:00
mrg
5af5d89cf3
ip filter version 3.2.10
1998-11-22 14:21:44 +00:00
veego
dd81fd7d91
Resolve conflict from the import.
1998-07-12 15:01:49 +00:00
veego
2e7d01894c
Import IP Filter 3.2.9
1998-07-12 14:48:00 +00:00
veego
1198b69377
Resolve conflicts from the import of IPFilter 3.2.7.
1998-05-29 20:46:45 +00:00
veego
82423e3d01
Resolve conflicts
1998-05-17 16:50:15 +00:00
veego
d7c5c548fb
Import IP Filter 3.2.5
1998-05-17 16:29:42 +00:00
thorpej
a14f3dad40
Fix printf formats on Alpha: cast quads to long long for printing w/
...
%qd.
1998-03-03 07:35:50 +00:00
perry
3fe138c146
RCS Id Police.
1998-01-09 08:03:16 +00:00
veego
04c6eee3a5
- s/vmunix/netbsd/
...
- s/ipl/ipstate/
- Add /dev/ipstate to the FILES section
1997-11-24 14:25:28 +00:00
veego
91cc2be060
Fix the SEE ALSO section: ipf(8) and not ipf (1)
1997-11-23 21:01:58 +00:00
mrg
d2143111bd
merge ip-filter 3.2.1
1997-11-14 12:57:55 +00:00
mrg
61cbfaca09
import ip-filter 3.2.1
1997-11-14 08:03:01 +00:00
mrg
60c28e1f95
sigh. merge ipfilter 3.2 onto the trunk. merge to the branch was a mistake.
1997-10-30 16:08:54 +00:00
mrg
44c002beb1
import ip-filter 3.2
1997-10-30 05:27:24 +00:00
lukem
0a94f4f077
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
veego
4508fb4354
Resolve conflicts from the merge of ipf 3.2beta5.
1997-09-21 18:00:54 +00:00
veego
985ac74a98
Import ip-filter 3.2beta5
1997-09-21 16:47:50 +00:00
darrenr
729f0dc597
fix conflicts from import
1997-07-05 05:38:14 +00:00
darrenr
3c3c919d28
import 3.2beta1 IP Filter sources
1997-07-05 05:12:39 +00:00
thorpej
57d41e13fb
Resolve conflicts from merge of 3.2a7, take 2.
1997-05-27 22:34:05 +00:00
thorpej
a920c55e26
ipfilter2netbsd did not produce correct output for last import of
...
3.2a7. Re-import it now that ipfilter2netbsd is fixed.
1997-05-27 22:16:47 +00:00
darrenr
87427f3d2e
fix conflicts
1997-05-25 12:04:53 +00:00
darrenr
2cae843bdc
Import version 3.2alpha7
1997-05-25 11:45:50 +00:00
gwr
10e180cc49
Back out the .PATH.c changes. The .depend problem (and others)
...
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00
gwr
012e528f2e
Use .PATH.c: ...
1997-05-06 20:44:56 +00:00
mrg
a3ca95f80d
move ipfilter2netbsd, and remove extra copies of opt.c that got added.
1997-05-04 15:10:36 +00:00
mrg
f1467295f1
look for ipf sources in ../ipf
1997-04-13 14:49:38 +00:00
thorpej
6acb22838b
Remove unneeded -I directive from CFLAGS.
1997-03-29 20:00:36 +00:00
thorpej
2e11c06394
- Use IPL_NAME defined in <netinet/ip_fil.h>
...
- Make these compile in light of is-newarp
1997-03-29 19:49:02 +00:00
darrenr
fa592ade6f
fixup changes from import
1997-03-29 04:31:10 +00:00
darrenr
4632a3d666
add extra directories to CFLAGS and PATH to pickup all the required .h and .c
...
files for these programs.
1997-03-29 04:28:28 +00:00
darrenr
e8fb8bd3a9
Properly import usr.sbin/ipf updates
1997-03-29 02:49:40 +00:00
mark
3d14bc1b12
Use an integer rather than a char for the getopt() return value in order
...
to make it work with architectures that use unsigned chars.
1997-01-29 01:49:25 +00:00
cgd
bf31af7965
pointer cast/printf fixups for 64-bit cleanliness
1997-01-14 06:45:01 +00:00
veego
a3a8d0aba7
Add includes for 'struct tcpiphdr'.
...
Add $NetBSD$ id and restore the orginal Id.
1997-01-05 16:42:41 +00:00
mrg
4810e839ab
initial import of darren reed's ip-filter, version 3.1.2.
1997-01-05 13:06:38 +00:00