blob: b341e6bfd03a4d64cc981d9685201af068cfe7ef (
plain)
1
2
3
4
5
6
7
8
9
|
# Created by: Bill Fumerola <billf@mu.org>
# $FreeBSD$
LITE= yes
MASTERDIR= ${.CURDIR}/../tshark
COMMENT= Powerful network analyzer/capture tool (lite package)
.include "${MASTERDIR}/Makefile"
|