diff options
author | Sebastien Marie <semarie@cvs.openbsd.org> | 2020-09-12 17:55:11 +0000 |
---|---|---|
committer | Sebastien Marie <semarie@cvs.openbsd.org> | 2020-09-12 17:55:11 +0000 |
commit | ce56cf52a74154bea6b082a3168e8b441f95dce8 (patch) | |
tree | 5f52b77decdc212f3683754063551dc1aa34c0bd /usr.sbin/Makefile | |
parent | 3bb37d54c61dcee3196f0c2b271b7729ef2e15a4 (diff) |
link btrace(8) to the build
Please note that dt(4) still need manual enabling in the kernel.
ok deraadt@ sthen@ mpi@
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 7f487993bc5..c643de316c4 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.210 2020/02/07 10:19:50 florian Exp $ +# $OpenBSD: Makefile,v 1.211 2020/09/12 17:55:10 semarie Exp $ .include <bsd.own.mk> SUBDIR= ac accton acme-client acpidump adduser amd apm apmd arp \ - authpf bgpctl bgpd chroot config cron crunchgen dev_mkdb \ + authpf bgpctl bgpd btrace chroot config cron crunchgen dev_mkdb \ dhcpd dhcrelay dhcrelay6 dvmrpctl dvmrpd edquota eeprom eigrpd eigrpctl \ fdformat ftp-proxy gpioctl hostapd hostctl hotplugd httpd identd \ ifstated ikectl inetd installboot iostat iscsictl iscsid kgmon \ |