NetBSD/usr.sbin/ipf/ipresend/Makefile

12 lines
235 B
Makefile

# $NetBSD: Makefile,v 1.17 2004/03/29 04:40:05 lukem Exp $
.include <bsd.own.mk>
PROG= ipresend
SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
MAN= ipresend.1
.PATH: ${NETBSDSRCDIR}/dist/ipf/ipsend
.include <bsd.prog.mk>