]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ipf/ipresend/Makefile
Merge OpenSSL 1.1.1i.
[FreeBSD/FreeBSD.git] / sbin / ipf / ipresend / Makefile
1 #       $FreeBSD$
2
3 PACKAGE=        ipf
4 PROG=           ipresend
5 SRCS=           ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
6 MAN=            ipresend.1
7
8 .PATH:          ${SRCTOP}/contrib/ipfilter/ipsend
9
10 .include <bsd.prog.mk>