aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ldd
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/ld/ldd')
-rw-r--r--gnu/usr.bin/ld/ldd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ldd/Makefile b/gnu/usr.bin/ld/ldd/Makefile
index ded07978952a..282a8fdb57f6 100644
--- a/gnu/usr.bin/ld/ldd/Makefile
+++ b/gnu/usr.bin/ld/ldd/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.2 1993/10/22 21:10:42 pk Exp $
+# $Id: Makefile,v 1.2 1993/11/09 04:19:24 paul Exp $
PROG= ldd
SRCS= ldd.c
-BINDIR= ${DESTDIR}/usr/bin
+BINDIR= /usr/bin
.include <bsd.prog.mk>