1995-06-21 18:30:16 +00:00
|
|
|
# $Id: Makefile,v 1.2 1995/03/31 21:16:59 wollman Exp $
|
1994-09-08 02:51:37 +00:00
|
|
|
|
|
|
|
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
|
1995-03-31 21:16:59 +00:00
|
|
|
MAN8= ${.CURDIR}/../mrinfo.8
|
1995-06-21 18:30:16 +00:00
|
|
|
BINOWN= root
|
|
|
|
BINMODE=4755
|
1994-09-08 02:51:37 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|