diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
commit | ee66677a7a4c93fa63e21b0e7f1ea2e081060abb (patch) | |
tree | 086bc6374cc176de9e2533a2b8b25ab0ef497b15 /usr.sbin/mrouted | |
parent | 4c3763445ddc83d75b7e77c33aa5b1871fe550b7 (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.inc | 4 |
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" |