freebsd-dev/sbin/ipf/ipresend/Makefile
Enji Cooper 22289a8c3d sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 11:33:01 +00:00

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>