19 lines
448 B
Makefile
19 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/03/24 02:08:34 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "../Makefile.inc"
|
|
|
|
PROG= ipresend
|
|
SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
|
|
MAN= ipresend.1
|
|
|
|
CPPFLAGS+= -I. -I${.CURDIR}/../ipsend -I${NETBSDSRCDIR}/sys
|
|
.PATH: ${UDIST}/ipsend
|
|
|
|
#.BEGIN:
|
|
# rm -f machine x86
|
|
# ln -s ${NETBSDSRCDIR}/sys/arch/${MACHINE}/include machine
|
|
# ln -s ${NETBSDSRCDIR}/sys/arch/x86/include x86
|
|
|
|
.include <bsd.prog.mk>
|