summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/map-mbone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mrouted/map-mbone/Makefile')
-rw-r--r--usr.sbin/mrouted/map-mbone/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile
index 66b0f5d..f99247b 100644
--- a/usr.sbin/mrouted/map-mbone/Makefile
+++ b/usr.sbin/mrouted/map-mbone/Makefile
@@ -1,14 +1,15 @@
# $FreeBSD$
+S= ${.CURDIR}/..
+.PATH: $S
+
PROG= map-mbone
+MAN= map-mbone.8
+SRCS= mapper.c
+
+CFLAGS+= -I$S
-S= ${.CURDIR}/..
-.PATH: $S
-CFLAGS+= -I$S
DPADD= ${LIBMROUTED}
LDADD= ${LIBMROUTED}
-SRCS= mapper.c
-MAN= map-mbone.8
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud