f78623a989
left to do (e.g. it doesn't yet run on systems with aliased addresses) but this should work for simple configurations. I don't plan to enable the rdisc directory in the sbin/ makefile until I get feedback on this and add the missing features, so please, if you have routers that perform router discovery, or if your FreeBSD box is itself a router, give this a try.
9 lines
113 B
Makefile
9 lines
113 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= rdisc
|
|
MAN8= rdisc.8
|
|
BINOWN= root
|
|
BINMODE=555
|
|
|
|
.include <bsd.prog.mk>
|