# $Id$ PROG= mrinfo S= ${.CURDIR}/.. .PATH: $S CFLAGS+= -I$S LDADD+= -lmrouted .if exists($S/common/obj) LDDESTDIR+= -L$S/common/obj DPADD+= $S/common/obj/libmrouted.a .else LDDESTDIR+= -L$S/common DPADD+= $S/common/libmrouted.a .endif SRCS= mrinfo.c NOMAN= .include