mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
22289a8c3d
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
180 B
Makefile
11 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>
|