History log of /freebsd-10.3-release/sbin/ipf/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 289247 13-Oct-2015 bdrewery

MFC r288249:

Add SUBDIR_PARALLEL.


# 289245 13-Oct-2015 bdrewery

MFC r288248:

Remove disconnected directories.


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 145524 25-Apr-2005 darrenr

create a new build heirarchy for ipfilter tools


# 139847 07-Jan-2005 guido

Link a couple of missing manpages

Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
MFC after: 1 week


# 126178 23-Feb-2004 johan

style.Makefile(5):
Use WARNS?= instead of WARNS=.


# 115895 06-Jun-2003 guido

Move my maintainership of parts of ipfilter back to Darren Reed


# 92774 20-Mar-2002 darrenr

* add extra -I path to get the "matching" header files.


# 87325 04-Dec-2001 obrien

Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by: mike


# 78416 18-Jun-2001 ru

Pick up the correct headers from sys/contrib/ipfilter/netinet.


# 78080 11-Jun-2001 ru

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


# 76812 18-May-2001 ru

Removed -I${.CURDIR}/.../sys from CFLAGS.


# 74815 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 68111 31-Oct-2000 nectar

Build with -DUSE_INET6 so that we can actually use the IPv6 support in
IPFilter 3.4.x.

Approved by: darrenr, guido


# 60885 24-May-2000 darrenr

add common.c to SRCS to fix compile problems


# 54653 15-Dec-1999 guido

Add MAINTAINER tag.

The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied
from the respective directories in usr.sbin


# 53643 23-Nov-1999 guido

Revive userland stuff for ipfilter.
Also fixes:
PR: 7791