about summary refs log tree commit diff
path: root/socket/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'socket/Makefile')
-rw-r--r--socket/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/Makefile b/socket/Makefile
index 430b7585af..360a1dc753 100644
--- a/socket/Makefile
+++ b/socket/Makefile
@@ -26,6 +26,6 @@ headers	:= sys/socket.h sys/un.h bits/sockaddr.h bits/socket.h \
 
 routines := accept bind connect getpeername getsockname getsockopt	\
 	    listen recv recvfrom recvmsg send sendmsg sendto		\
-	    setsockopt shutdown socket socketpair isfdtype
+	    setsockopt shutdown socket socketpair isfdtype opensock
 
 include ../Rules