summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-14 23:30:25 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-15 00:02:54 -0600
commitc13e6ac24f4139a354e068de8472eb6c831a7a23 (patch)
treebb6e7c5b61c02d47386aa6804cd9b18be5008811 /Makefile
parent509d6ec7c860e9c327cc9e2860a276787b4bb23f (diff)
downloadgcompat-c13e6ac24f4139a354e068de8472eb6c831a7a23.tar.gz
gcompat-c13e6ac24f4139a354e068de8472eb6c831a7a23.tar.bz2
gcompat-c13e6ac24f4139a354e068de8472eb6c831a7a23.tar.xz
gcompat-c13e6ac24f4139a354e068de8472eb6c831a7a23.zip
netdb: Add protocol and service functions from LSB
These take advantage of the musl implementation for simplicity. Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e6406d..37c7a70 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ LIBGCOMPAT_SRC = \
libgcompat/malloc.c \
libgcompat/math.c \
libgcompat/misc.c \
+ libgcompat/netdb.c \
libgcompat/pthread.c \
libgcompat/pwd.c \
libgcompat/resolv.c \