cf4ee2c933
build problems with rescue.
10 lines
177 B
Makefile
10 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>
|