summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/mrinfo
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mrouted/mrinfo')
-rw-r--r--usr.sbin/mrouted/mrinfo/Makefile12
1 files changed, 6 insertions, 6 deletions
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
OpenPOWER on IntegriCloud