diff options
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/Makefile b/inet/Makefile index 5823b69e9c..d7139c1d7f 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -49,10 +49,10 @@ routines := htonl htons \ getipv4sourcefilter setipv4sourcefilter \ getsourcefilter setsourcefilter inet6_opt inet6_rth -aux := check_pf ifreq +aux := check_pf check_native ifreq tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \ - tst-gethnm test-ifaddrs bug-if1 test-inet6_opt + tst-gethnm test-ifaddrs bug-if1 test-inet6_opt tst-ether_line include ../Rules |