diff options
Diffstat (limited to 'compat/Makefile')
-rw-r--r-- | compat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/Makefile b/compat/Makefile index 57db3ea..e98fdd6 100644 --- a/compat/Makefile +++ b/compat/Makefile @@ -13,6 +13,8 @@ DISTFILES = Makefile \ reallocarray.c \ recallocarray.c \ setproctitle.c \ + setresgid.c \ + setresuid.c \ strlcat.c \ strlcpy.c \ strtonum.c \ |