blob: 1dde106a51cb6be4ffa5bbe479bf95e6adbb1e1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $FreeBSD$
PROG= ipv6mon
LDADD= -lpcap
PREFIX?= /usr/local
FILES= ipv6mon.conf
FILESNAME= ipv6mon.conf.sample
FILESDIR= ${PREFIX}/etc
BINDIR= ${PREFIX}/sbin
MANDIR= ${PREFIX}/man/man
MAN= ipv6mon.8 ipv6mon.conf.5
NO_MANCOMPRESS=
.include <bsd.prog.mk>
|