diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2005-09-14 16:05:09 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2005-09-14 16:05:09 +0000 |
commit | 3b8e1818a711293338aed4a73402926a81be3743 (patch) | |
tree | 9af6d5bd58487b62c9add2b620dfa7cbbe92deb4 /regress/libexec/ld.so | |
parent | 3b3dd8b71c165c8c139181d26655d29e189021f6 (diff) |
add dlsym subdir
Diffstat (limited to 'regress/libexec/ld.so')
-rw-r--r-- | regress/libexec/ld.so/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/Makefile b/regress/libexec/ld.so/Makefile index c954b9ae644..5d2ab574315 100644 --- a/regress/libexec/ld.so/Makefile +++ b/regress/libexec/ld.so/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2004/07/20 07:09:26 david Exp $ +# $OpenBSD: Makefile,v 1.5 2005/09/14 16:05:08 kurt Exp $ -SUBDIR+= elf weak +SUBDIR+= elf weak dlsym #SUBDIR+= constructor link-order install: |