summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-17 15:11:43 +0000
committerbde <bde@FreeBSD.org>1997-12-17 15:11:43 +0000
commit1a1b424469169cd0b0d17bbcde443ae9c2efca03 (patch)
tree603e4823fcb8c72044dad322a5d31afbc9b7e462 /usr.sbin/mrouted
parent438677fced9c6ac8e5c8037e09f2c1f5f7a7d3dc (diff)
downloadFreeBSD-src-1a1b424469169cd0b0d17bbcde443ae9c2efca03.zip
FreeBSD-src-1a1b424469169cd0b0d17bbcde443ae9c2efca03.tar.gz
Don't use LDDESTDIR. Just put the -L arg in LDADD.
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/map-mbone/Makefile12
-rw-r--r--usr.sbin/mrouted/mrinfo/Makefile12
-rw-r--r--usr.sbin/mrouted/mrouted/Makefile12
3 files changed, 18 insertions, 18 deletions
diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile
index 9754fd7..2d7bf2f 100644
--- a/usr.sbin/mrouted/map-mbone/Makefile
+++ b/usr.sbin/mrouted/map-mbone/Makefile
@@ -1,18 +1,18 @@
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 16:07:26 peter Exp $
PROG= map-mbone
S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
-LDADD+= -lmrouted
.if exists(${.OBJDIR}/../common)
-LDDESTDIR+= -L${.OBJDIR}/../common
-DPADD+= ${.OBJDIR}/../common/libmrouted.a
+LDADD+= -L${.OBJDIR}/../common
+DPADD+= ${.OBJDIR}/../common/libmrouted.a
.else
-LDDESTDIR+= -L$S/common
-DPADD+= $S/common/libmrouted.a
+LDADD+= -L$S/common
+DPADD+= $S/common/libmrouted.a
.endif
+LDADD+= -lmrouted
SRCS= mapper.c
MAN8= ${.CURDIR}/../map-mbone.8
diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile
index 96b2f05..606a9fd 100644
--- a/usr.sbin/mrouted/mrinfo/Makefile
+++ b/usr.sbin/mrouted/mrinfo/Makefile
@@ -1,18 +1,18 @@
-# $Id$
+# $Id: Makefile,v 1.7 1997/02/22 16:07:29 peter Exp $
PROG= mrinfo
S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
-LDADD+= -lmrouted
.if exists(${.OBJDIR}/../common)
-LDDESTDIR+= -L${.OBJDIR}/../common
-DPADD+= ${.OBJDIR}/../common/libmrouted.a
+LDADD+= -L${.OBJDIR}/../common
+DPADD+= ${.OBJDIR}/../common/libmrouted.a
.else
-LDDESTDIR+= -L$S/common
-DPADD+= $S/common/libmrouted.a
+LDADD+= -L$S/common
+DPADD+= $S/common/libmrouted.a
.endif
+LDADD+= -lmrouted
SRCS= mrinfo.c
MAN8= ${.CURDIR}/../mrinfo.8
diff --git a/usr.sbin/mrouted/mrouted/Makefile b/usr.sbin/mrouted/mrouted/Makefile
index 532ff93..eb310f7 100644
--- a/usr.sbin/mrouted/mrouted/Makefile
+++ b/usr.sbin/mrouted/mrouted/Makefile
@@ -1,18 +1,18 @@
-# $Id$
+# $Id: Makefile,v 1.6 1997/02/22 16:07:34 peter Exp $
PROG= mrouted
S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
-LDADD+= -lmrouted
.if exists(${.OBJDIR}/../common)
-LDDESTDIR+= -L${.OBJDIR}/../common
-DPADD+= ${.OBJDIR}/../common/libmrouted.a
+LDADD+= -L${.OBJDIR}/../common
+DPADD+= ${.OBJDIR}/../common/libmrouted.a
.else
-LDDESTDIR+= -L$S/common
-DPADD+= $S/common/libmrouted.a
+LDADD+= -L$S/common
+DPADD+= $S/common/libmrouted.a
.endif
+LDADD+= -lmrouted
SRCS= config.c cfparse.y main.c route.c vif.c prune.c callout.c rsrr.c
CLEANFILES+= y.tab.h
OpenPOWER on IntegriCloud