History log of /freebsd-current/sbin/pflogd/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 22289a8c 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

sbin: normalize paths using SRCTOP-relative paths or :H when possible

This simplifies make logic/output

MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 7de1daeb 09-Feb-2016 Glen Barber <gjb@FreeBSD.org>

Create packages for atm, ccdconfig, devd, ipf, ipfw,
iscsi, natd, nandfs, pf, quotacheck, and routed.

Add ping6 and rtsol to the runtime package.

Sponsored by: The FreeBSD Foundation


# 13eb765f 25-Nov-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Convert sbin/ to LIBADD
Reduce overlinking


# ac956096 01-Jan-2013 Antoine Brodin <antoine@FreeBSD.org>

pflogd does not depend on libutil


# 785901d6 05-Nov-2010 Rui Paulo <rpaulo@FreeBSD.org>

Append to CFLAGS, don't clobber it.

Submitted by: loos


# d84c6760 29-Oct-2010 Rui Paulo <rpaulo@FreeBSD.org>

Add a ${.CURDIR} reference to the previous commit.

Submitted by: dim


# a12be66e 29-Oct-2010 Rui Paulo <rpaulo@FreeBSD.org>

Force include ../../libpcap/config.h since privsep.c groks pcap's
internals.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 5e51cafc 23-Apr-2009 Ed Schouten <ed@FreeBSD.org>

Let pflogd's Makefile just use WARNS instead of changing CFLAGS.

This change allows me to disable -Werror by using NO_WERROR. Right now
I can't build pflogd using Clang, because Clang generates more warnings
when passing -Wall.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 3d6e04cb 24-Oct-2004 Ruslan Ermilov <ru@FreeBSD.org>

Fixed misspelling of DPADD.


# 22ac3ead 16-Jun-2004 Max Laier <mlaier@FreeBSD.org>

Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).


# 278445ba 28-Feb-2004 Max Laier <mlaier@FreeBSD.org>

Add skeleton build dirs for pf userland:
libexec/ftp-proxy - ftp proxy for pf
sbin/pfctl - equivalent to sbin/ipf
sbin/pflogd - deamon logging packets via if_pflog in pcap format
usr.sbin/authpf - authentification shell to modify pf rulesets

Bring along some altq headers used to satisfy pfctl/authpf compile. This
helps to keep the diff down and will make it easy to have a altq-patchset
use the full powers of pf.

Also make sure that the pf headers are installed.

This does not link anything to the build. There will be a NO_PF switch for
make.conf once pf userland is linked.

Approved by: bms(mentor)