diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-11-20 01:13:45 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-11-20 01:13:45 +0000 |
commit | 7168b304bb415a0cb9fa03d530d77f2d8703c49c (patch) | |
tree | 6ba38d775925cdd0c6df9b92cc822930aaf5aca8 /libexec/ld.so/Makefile | |
parent | f634660cddaddb8395c38b5652d987ea7a77af53 (diff) |
bye bye, libdl
Diffstat (limited to 'libexec/ld.so/Makefile')
-rw-r--r-- | libexec/ld.so/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index 1cd4d64b682..11aac544a01 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.10 2001/09/24 23:38:09 art Exp $ +# $OpenBSD: Makefile,v 1.11 2001/11/20 01:13:44 pvalchev Exp $ -SUBDIR=libdl ldconfig ldd +SUBDIR=ldconfig ldd VPATH=${.CURDIR}/../../lib/libc/string:${.CURDIR}/../../sys/lib/libsa NOMAN= |