bird/nest/Makefile
Martin Mares 8a48ecb8b1 Implemented scanning of network interfaces. Mostly very ugly code due to
terrible kernel interface (SIOGIFCONF and friends).
1998-05-26 21:42:05 +00:00

5 lines
82 B
Makefile

THISDIR=nest
OBJS=rt-table.o rt-fib.o rt-attr.o proto.o iface.o
include ../Rules