diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1995-06-13 18:05:16 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-06-13 18:05:16 +0000 |
commit | 2897e6fd5f1900ef0157f94ea420dadfbd34289e (patch) | |
tree | 251f664e3bb6640c0dc6968bd9a6ec402be8d14b /usr.sbin/mrouted/Makefile.inc | |
parent | 1c5de19afb6f90f3f231c942b622f1556cfd4639 (diff) |
This is mrouted version 3.5, with the route-change notification hook from
mrouted-3.5n. This is being splatted onto the head rather than properly
imported thanks to the ``delete trailing whitespace'' screw. This code is
now actively working in an operational environment (the DARTNET) so I
have some confidence that the basic functionality actually works.
Obtained from: Bill Fenner, PARC, and ISI
Notes
Notes:
svn path=/head/; revision=9210
Diffstat (limited to 'usr.sbin/mrouted/Makefile.inc')
-rw-r--r-- | usr.sbin/mrouted/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/mrouted/Makefile.inc b/usr.sbin/mrouted/Makefile.inc index 8137233ad6fa..dd437b16e9a2 100644 --- a/usr.sbin/mrouted/Makefile.inc +++ b/usr.sbin/mrouted/Makefile.inc @@ -1 +1,2 @@ .include "${.CURDIR}/../../Makefile.inc" +CFLAGS+= -DRSRR |