summaryrefslogtreecommitdiff
path: root/mk/encrypt.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/encrypt.d')
-rw-r--r--mk/encrypt.d8
1 files changed, 0 insertions, 8 deletions
diff --git a/mk/encrypt.d b/mk/encrypt.d
deleted file mode 100644
index 662332f6..00000000
--- a/mk/encrypt.d
+++ /dev/null
@@ -1,8 +0,0 @@
-libc_X.4: libc.a(encrypt.o)
-libc.a(encrypt.o): $(OBJDIR)/encrypt.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/encrypt.o: src/unistd/encrypt.c
-$(OBJDIR)/encrypt.o:
- @mkdir -p $(@D)
- $(CC) -c -o $@ $(CFLAGS) src/unistd/encrypt.c