mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
9 lines
153 B
Makefile
9 lines
153 B
Makefile
PACKAGE= ipf
|
|
PROG= ipresend
|
|
SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
|
|
MAN= ipresend.1
|
|
|
|
.PATH: ${.CURDIR:H}/ipsend
|
|
|
|
.include <bsd.prog.mk>
|