mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
9 lines
177 B
Makefile
9 lines
177 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|