diff options
Diffstat (limited to 'usr.sbin/mrouted/Makefile.inc')
-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" |