summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Miller <kurt@cvs.openbsd.org>2005-09-19 03:24:29 +0000
committerKurt Miller <kurt@cvs.openbsd.org>2005-09-19 03:24:29 +0000
commit4c4a6294f58f2318c3b2c5cb71200a24f26d44c3 (patch)
tree305dbba28a909cb72b27d6785dcf9daf627743ff
parentadcc7f994570510e8a127c4a52aff90faaef3dbe (diff)
add prog5
-rw-r--r--regress/libexec/ld.so/dlsym/test2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/dlsym/test2/Makefile b/regress/libexec/ld.so/dlsym/test2/Makefile
index 41acc29969a..9db0b88496d 100644
--- a/regress/libexec/ld.so/dlsym/test2/Makefile
+++ b/regress/libexec/ld.so/dlsym/test2/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.2 2005/09/19 01:29:04 kurt Exp $
+# $OpenBSD: Makefile,v 1.3 2005/09/19 03:24:28 kurt Exp $
-SUBDIR+= libcc libbb libaa prog1 prog2 prog3 prog4
+SUBDIR+= libcc libbb libaa prog1 prog2 prog3 prog4 prog5
.include <bsd.subdir.mk>