Current Path : /usr/src/sbin/ipf/ipsend/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/sbin/ipf/ipsend/Makefile |
# $FreeBSD: release/9.1.0/sbin/ipf/ipsend/Makefile 145630 2005-04-28 16:26:35Z darrenr $ NOGCCERROR= # defined .include <bsd.own.mk> PROG= ipsend SRCS= ipsend.c ip.c ipsopt.c iplang_y.c iplang_l.l sbpf.c \ sock.c 44arp.c MAN= ipsend.1 ipsend.5 DPADD+= ${LIBL} LDADD+= -ll CFLAGS+= -I${NETBSDSRCDIR}/dist/ipf/ipsend CFLAGS+= -I${NETBSDSRCDIR}/dist/ipf/iplang CFLAGS+= -I. CLEANFILES+= iplang_y.c iplang_y.h DPSRCS+= iplang_y.h .PATH: ${NETBSDSRCDIR}/dist/ipf/ipsend \ ${NETBSDSRCDIR}/dist/ipf/iplang iplang_y.c: iplang_y.y ${YACC} -d ${.ALLSRC} mv y.tab.c ${.TARGET} mv y.tab.h ${.TARGET:.c=.h} iplang_y.h: iplang_y.c # XXX # We have a problem with make and linking ipsend # cc -o /home/source/src/usr.sbin/ipf/ipsend/../../../dist/ipf/ipsend ..... # isn't correct. # Use .NOPATH as an workaround for that problem .NOPATH: ipsend .include <bsd.prog.mk>