From 423416d7132c24768e94462586d45aa7ac4cd373 Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 8 Sep 1994 02:51:37 +0000 Subject: Make it compile and (except for mrouted which is untested as yet) run. Some of these ``modified'' files aren't really modified at all, but CVS isn't smart enough to know the difference. --- usr.sbin/mrouted/map-mbone/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 usr.sbin/mrouted/map-mbone/Makefile (limited to 'usr.sbin/mrouted/map-mbone') diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile new file mode 100644 index 0000000..4303cf2 --- /dev/null +++ b/usr.sbin/mrouted/map-mbone/Makefile @@ -0,0 +1,20 @@ +# $Id$ + +PROG= map-mbone + +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= mapper.c +NOMAN= + +.include -- cgit v1.1