6ed2feb360
iscsi, natd, nandfs, pf, quotacheck, and routed. Add ping6 and rtsol to the runtime package. Sponsored by: The FreeBSD Foundation
11 lines
190 B
Makefile
11 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= ipf
|
|
PROG= ipresend
|
|
SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
|
|
MAN= ipresend.1
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/ipfilter/ipsend
|
|
|
|
.include <bsd.prog.mk>
|