summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-06-14 20:35:53 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-06-14 20:35:53 +0000
commit0eea43494add09f1ea2ecda0e6892298c9070630 (patch)
tree3edeebcbe7d5196f2659d930918f05f45c3dfef1 /Makefile
parent979f3bc0d18b71a6bd29557a4af9de3eaa5c34f3 (diff)
downloadgcompat-0eea43494add09f1ea2ecda0e6892298c9070630.tar.gz
gcompat-0eea43494add09f1ea2ecda0e6892298c9070630.tar.bz2
gcompat-0eea43494add09f1ea2ecda0e6892298c9070630.tar.xz
gcompat-0eea43494add09f1ea2ecda0e6892298c9070630.zip
add sysctl()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6e497a..e71ad20 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ LIBGCOMPAT_SRC = \
libgcompat/stdio.c \
libgcompat/stdlib.c \
libgcompat/string.c \
+ libgcompat/sysctl.c \
libgcompat/version.c
LIBGCOMPAT_OBJ = ${LIBGCOMPAT_SRC:.c=.o}
LIBGCOMPAT_SOVERSION = 0