Current Path : /usr/src/tools/tools/ether_reflect/ |
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/tools/tools/ether_reflect/Makefile |
# # $FreeBSD: release/9.1.0/tools/tools/ether_reflect/Makefile 219524 2011-03-11 19:19:47Z brucec $ # # A Makefile that builds both the ether_reflect program and its manual page. PROG= ether_reflect DPADD= ${LIBPCAP} LDADD= -lpcap CFLAGS+=-DHAVE_SNPRINTF .include <bsd.prog.mk>