summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/mrinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mrouted/mrinfo/Makefile')
-rw-r--r--usr.sbin/mrouted/mrinfo/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile
new file mode 100644
index 0000000..bc444ac
--- /dev/null
+++ b/usr.sbin/mrouted/mrinfo/Makefile
@@ -0,0 +1,20 @@
+# $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 <bsd.prog.mk>
OpenPOWER on IntegriCloud