mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= ipf
|
|
PROG= ipresend
|
|
SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
|
|
MAN= ipresend.1
|
|
|
|
.PATH: ${SRCTOP}/contrib/ipfilter/ipsend
|
|
|
|
.include <bsd.prog.mk>
|