0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00
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