diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-10 10:37:49 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-10 10:37:49 +0800 |
commit | 9f77f8a0eeeb82de02998d4b773159a77c119481 (patch) | |
tree | 81048e02f4978e4f5c8e456b1e6527047cd278b5 /sysutils/Makefile | |
parent | 0c8480f6edf06887b5d8091c9d8bafecf6e5391e (diff) | |
download | freebsd-ports-gnome-9f77f8a0eeeb82de02998d4b773159a77c119481.tar.gz freebsd-ports-gnome-9f77f8a0eeeb82de02998d4b773159a77c119481.tar.zst freebsd-ports-gnome-9f77f8a0eeeb82de02998d4b773159a77c119481.zip |
- pflogx is a simple tool to export OpenBSD's
packet filter logs to XML files.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 226f4bd4fd58..a79750177f25 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -412,6 +412,7 @@ SUBDIR += perf SUBDIR += personality SUBDIR += pessulus + SUBDIR += pflogx SUBDIR += pfstat SUBDIR += pftop SUBDIR += phantom |