diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-06-14 20:35:53 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-06-14 20:35:53 +0000 |
commit | 0eea43494add09f1ea2ecda0e6892298c9070630 (patch) | |
tree | 3edeebcbe7d5196f2659d930918f05f45c3dfef1 /Makefile | |
parent | 979f3bc0d18b71a6bd29557a4af9de3eaa5c34f3 (diff) | |
download | gcompat-0eea43494add09f1ea2ecda0e6892298c9070630.tar.gz gcompat-0eea43494add09f1ea2ecda0e6892298c9070630.tar.bz2 gcompat-0eea43494add09f1ea2ecda0e6892298c9070630.tar.xz gcompat-0eea43494add09f1ea2ecda0e6892298c9070630.zip |
add sysctl()
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |