diff options
author | Anton Lindqvist <anton@cvs.openbsd.org> | 2021-10-02 07:06:14 +0000 |
---|---|---|
committer | Anton Lindqvist <anton@cvs.openbsd.org> | 2021-10-02 07:06:14 +0000 |
commit | 7d007b10e003af5cbcc0ac612adbed6e6b63fc2c (patch) | |
tree | ebe5c91c906efe86d687ac60ae27b1a34a4033ce /regress/usr.sbin | |
parent | 34070cd061ff03e27c8460473f217c16070539b0 (diff) |
hook up btrace
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index 60e2178d3c7..e55a540a464 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2020/10/16 01:16:55 beck Exp $ +# $OpenBSD: Makefile,v 1.25 2021/10/02 07:06:13 anton Exp $ SUBDIR += acme-client SUBDIR += arp SUBDIR += bgpd +SUBDIR += btrace SUBDIR += httpd SUBDIR += ifstated SUBDIR += ldapd |