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/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile
index 701a193..feae4ce 100644
--- a/usr.sbin/mrouted/mrinfo/Makefile
+++ b/usr.sbin/mrouted/mrinfo/Makefile
@@ -1,14 +1,15 @@
# $FreeBSD$
+S= ${.CURDIR}/..
+.PATH: $S
+
PROG= mrinfo
+MAN= mrinfo.8
+BINMODE= 4555
+
+CFLAGS+= -I$S
-S= ${.CURDIR}/..
-.PATH: $S
-CFLAGS+= -I$S
DPADD= ${LIBMROUTED}
LDADD= ${LIBMROUTED}
-MAN= mrinfo.8
-BINMODE=4555
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud