summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-21 19:01:48 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-21 19:01:48 -0400
commit3c621fe5fd0122e8f284a2329cbeed37ffee6768 (patch)
tree542f00fac0a35a692f4f6255f55b4f79b459644c
parent5eba1c7003c0416aa32d61dbd4a80c6541add0f1 (diff)
remove __unistd
-rw-r--r--mk/deps.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/deps.mk b/mk/deps.mk
index c8f58d9e..bbd2846e 100644
--- a/mk/deps.mk
+++ b/mk/deps.mk
@@ -1234,10 +1234,6 @@ all: mk/confstr.d
mk/confstr.d: src/unistd/confstr.c
sh mk/deps.sh src/unistd/confstr.c
-all: mk/__unistd.d
-mk/__unistd.d: src/unistd/__unistd.c
- sh mk/deps.sh src/unistd/__unistd.c
-
all: mk/getgroups.d
mk/getgroups.d: src/unistd/getgroups.c
sh mk/deps.sh src/unistd/getgroups.c