summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-12-08 05:30:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-12-08 05:30:17 +0000
commit2c077aa06384742aa1fa2d4264b798806a255541 (patch)
tree351f2a6d78fb0c6848285f29019bbc56e016a418 /libexec
parent0011607c17842bbb8a5f59791c20189976fbaa92 (diff)
also cleanout ld.so.a
Diffstat (limited to 'libexec')
-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}