aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2005-06-10 06:12:53 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2005-06-10 06:12:53 +0000
commitee66677a7a4c93fa63e21b0e7f1ea2e081060abb (patch)
tree086bc6374cc176de9e2533a2b8b25ab0ef497b15 /usr.sbin/mrouted
parent4c3763445ddc83d75b7e77c33aa5b1871fe550b7 (diff)
Remove kludges intended to support src trees with partial obj trees.
Discussed with: ru
Notes
Notes: svn path=/head/; revision=147225
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/Makefile.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/mrouted/Makefile.inc b/usr.sbin/mrouted/Makefile.inc
index 63c22100e702..6ecd80dd0d3d 100644
--- a/usr.sbin/mrouted/Makefile.inc
+++ b/usr.sbin/mrouted/Makefile.inc
@@ -2,10 +2,6 @@
CFLAGS+= -DRSRR -Dlog=logit
-.if exists(${.OBJDIR}/../common)
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a
-.else
-LIBMROUTED= ${.CURDIR}/../common/libmrouted.a
-.endif
.include "../Makefile.inc"