diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2022-12-16 19:03:41 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2022-12-16 19:03:41 +0100 |
commit | 7b6c9649775b288653b0d61df6004d79f0d83ccf (patch) | |
tree | c9c6c5393a0998bd37d716877f7033b11f551b02 /sysdep/bsd-netlink/netlink.c | |
parent | 1e47b9f203aaaad0fb658d40a1670f1d0437f1f8 (diff) |
BSD: Add missing makefile for bsd-netlink target
Use symlinks to linux/netlink* to avoid limitations of our buildsystem.
Diffstat (limited to 'sysdep/bsd-netlink/netlink.c')
l--------- | sysdep/bsd-netlink/netlink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/bsd-netlink/netlink.c b/sysdep/bsd-netlink/netlink.c new file mode 120000 index 00000000..d9257568 --- /dev/null +++ b/sysdep/bsd-netlink/netlink.c @@ -0,0 +1 @@ +../linux/netlink.c
\ No newline at end of file |