diff options
author | Anton Lindqvist <anton@cvs.openbsd.org> | 2021-09-12 07:06:09 +0000 |
---|---|---|
committer | Anton Lindqvist <anton@cvs.openbsd.org> | 2021-09-12 07:06:09 +0000 |
commit | e8d38c71b1598a31cb3321c03e348f4b35401983 (patch) | |
tree | d52341efe3792c796de112fc54d92cc8c0ca05ad /regress/lib | |
parent | 5025d87ae0cb4b0c04e7f5dcc271343145560ae2 (diff) |
hook up libagentx; ok martijn@
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/Makefile b/regress/lib/Makefile index 25a78aac675..9bc5227ec09 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.23 2021/06/10 23:40:46 jca Exp $ +# $OpenBSD: Makefile,v 1.24 2021/09/12 07:06:08 anton Exp $ SUBDIR+= csu +SUBDIR+= libagentx SUBDIR+= libc SUBDIR+= libcrypto SUBDIR+= libedit |