Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let bsd.prog.mk set SRCS and MAN to their default values. | ru | 2005-01-28 | 1 | -1/+0 |
| | |||||
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
| | | | | Use WARNS?= instead of WARNS=. | ||||
* | Move my maintainership of parts of ipfilter back to Darren Reed | guido | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY after | darrenr | 2003-04-05 | 1 | -1/+1 |
| | | | | discussion on security@freebsd.org. | ||||
* | * add extra -I path to get the "matching" header files. (and split the one | darrenr | 2002-03-20 | 1 | -1/+3 |
| | | | | line up into three to make it more readable) | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | 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 | -1/+1 |
| | | | | | | IPFilter 3.4.x. Approved by: darrenr, guido | ||||
* | Add ipl.4 manpage | guido | 2000-02-09 | 1 | -0/+1 |
| | |||||
* | Add MAINTAINER tag. | guido | 1999-12-15 | 1 | -0/+2 |
| | | | | | The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied from the respective directories in usr.sbin | ||||
* | Revive userland stuff for ipfilter. | guido | 1999-11-23 | 1 | -0/+11 |
| | | | | | Also fixes: PR: 7791 | ||||
* | Nuke the old antique copy of ipfilter from the tree. This is old enough | peter | 1999-10-10 | 1 | -11/+0 |
| | | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP. | ||||
* | Install ipmon.8 in man8/ not man1/. | jkoshy | 1998-08-30 | 1 | -1/+1 |
| | | | | | PR: 7778 Submitted by: horikawa@jp.freebsd.org | ||||
* | Initial bmake scaffolding for ipfilter userland stuff. | peter | 1998-03-21 | 1 | -0/+11 |
Obtained from: large chunks stolen from OpenBSD and NetBSD |