summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-14 23:46:06 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-15 00:43:49 -0600
commitbf7102a303ec86f2d9bc9fd451db78a6815ca175 (patch)
tree561b592a27625663559f83d330c5b4d221ed7d81 /Makefile
parent2d70dfb7ae8a3da8015ee9195fa600bf77358764 (diff)
downloadgcompat-bf7102a303ec86f2d9bc9fd451db78a6815ca175.tar.gz
gcompat-bf7102a303ec86f2d9bc9fd451db78a6815ca175.tar.bz2
gcompat-bf7102a303ec86f2d9bc9fd451db78a6815ca175.tar.xz
gcompat-bf7102a303ec86f2d9bc9fd451db78a6815ca175.zip
utmp: Implement the reentrant utmp function from LSB
This takes advantage of the (lack of a) 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 7996e6b..5e5a12e 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ LIBGCOMPAT_SRC = \
libgcompat/syslog.c \
libgcompat/ucontext.c \
libgcompat/unistd.c \
+ libgcompat/utmp.c \
libgcompat/version.c \
libgcompat/wchar.c
LIBGCOMPAT_OBJ = ${LIBGCOMPAT_SRC:.c=.o}