summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libexec/ld.so/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile
index e4b0a5fc44a..6de38637dd5 100644
--- a/libexec/ld.so/Makefile
+++ b/libexec/ld.so/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.70 2017/11/05 10:29:24 rpe Exp $
+# $OpenBSD: Makefile,v 1.71 2017/12/08 05:30:16 deraadt Exp $
SUBDIR=ldconfig ldd
MAN= ld.so.1
@@ -76,6 +76,8 @@ $(PROG): $(test_prog) ${VERSION_SCRIPT} $(OBJS)
boot.o: boot.c
${COMPILE.c} -fno-stack-protector ${.IMPSRC}
+CLEANFILES+= ld.so.a
+
all: ld.so.a
ld.so.a: ${OBJS} ${.CURDIR}/Symbols.map ${test_prog}