mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Merge branch 'int-new' into int-new-merged
This commit is contained in:
5
sysdep/bsd/Makefile
Normal file
5
sysdep/bsd/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
src := krt-sock.c
|
||||
obj := $(src-o-files)
|
||||
$(all-daemon)
|
||||
$(conf-y-targets): $(s)krt-sock.Y
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
krt-sock.c
|
||||
krt-sock.Y
|
||||
krt-sys.h
|
||||
sysio.h
|
||||
@@ -28,9 +28,9 @@
|
||||
#include "nest/route.h"
|
||||
#include "nest/protocol.h"
|
||||
#include "nest/iface.h"
|
||||
#include "lib/timer.h"
|
||||
#include "lib/unix.h"
|
||||
#include "lib/krt.h"
|
||||
#include "sysdep/unix/timer.h"
|
||||
#include "sysdep/unix/unix.h"
|
||||
#include "sysdep/unix/krt.h"
|
||||
#include "lib/string.h"
|
||||
#include "lib/socket.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user