diff options
Diffstat (limited to 'regress/libexec/ld.so/Makefile')
-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 6a48b5ef214..dc5bb9abf52 100644 --- a/regress/libexec/ld.so/Makefile +++ b/regress/libexec/ld.so/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.16 2016/03/20 05:13:22 guenther Exp $ +# $OpenBSD: Makefile,v 1.17 2016/09/27 06:52:50 kettenis Exp $ SUBDIR+= elf hidden weak dlsym dlopen dlclose lazy -#SUBDIR+= constructor +SUBDIR+= constructor SUBDIR+= link-order edgecases initfirst SUBDIR+= df_1_noopen randomdata subst dependencies SUBDIR+= init-env |