summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-14 23:27:19 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-15 00:02:54 -0600
commit509d6ec7c860e9c327cc9e2860a276787b4bb23f (patch)
treefaec394aa813142ce85383e80ab556322f54fdb9 /Makefile
parentb087b07c9649b7e4398093720ebcf96f205c2c49 (diff)
downloadgcompat-509d6ec7c860e9c327cc9e2860a276787b4bb23f.tar.gz
gcompat-509d6ec7c860e9c327cc9e2860a276787b4bb23f.tar.bz2
gcompat-509d6ec7c860e9c327cc9e2860a276787b4bb23f.tar.xz
gcompat-509d6ec7c860e9c327cc9e2860a276787b4bb23f.zip
misc: Implement some miscellaneous functions
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 2ff1495..5e6406d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ LIBGCOMPAT_SRC = \
libgcompat/grp.c \
libgcompat/malloc.c \
libgcompat/math.c \
+ libgcompat/misc.c \
libgcompat/pthread.c \
libgcompat/pwd.c \
libgcompat/resolv.c \