mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 04:08:42 +00:00
BSD: Add missing makefile for bsd-netlink target
Use symlinks to linux/netlink* to avoid limitations of our buildsystem.
This commit is contained in:
parent
1e47b9f203
commit
7b6c964977
6
sysdep/bsd-netlink/Makefile
Normal file
6
sysdep/bsd-netlink/Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
src := netlink.c
|
||||||
|
obj := $(src-o-files)
|
||||||
|
$(all-daemon)
|
||||||
|
$(conf-y-targets): $(s)netlink.Y
|
||||||
|
|
||||||
|
tests_objs := $(tests_objs) $(src-o-files)
|
1
sysdep/bsd-netlink/netlink.Y
Symbolic link
1
sysdep/bsd-netlink/netlink.Y
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../linux/netlink.Y
|
1
sysdep/bsd-netlink/netlink.c
Symbolic link
1
sysdep/bsd-netlink/netlink.c
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../linux/netlink.c
|
Loading…
Reference in New Issue
Block a user