Home | History | Annotate | Line # | Download | only in ipresend
Makefile revision 1.2.2.2
      1 #	$NetBSD: Makefile,v 1.2.2.2 2012/04/17 00:03:11 yamt Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "../Makefile.inc"
      5 
      6 PROG=		ipresend
      7 SRCS=		ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
      8 MAN=		ipresend.1
      9 
     10 CPPFLAGS+=	-I. -I${.CURDIR}/../ipsend -I${NETBSDSRCDIR}/sys 
     11 .PATH:		${UDIST}/ipsend
     12 
     13 #.BEGIN:
     14 #	rm -f machine x86
     15 #	ln -s ${NETBSDSRCDIR}/sys/arch/${MACHINE}/include machine
     16 #	ln -s ${NETBSDSRCDIR}/sys/arch/x86/include x86
     17 
     18 .include <bsd.prog.mk>
     19