diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-06-28 18:47:55 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-06-28 18:47:55 +0000 |
commit | 569b9cb33617cefbe81d33ac064c26b21aff9207 (patch) | |
tree | 401c6bdd11b6e41646041ac5cad776ba53f7ba87 /usr.sbin/Makefile | |
parent | d5bd48ceab80cc2f70f4271ba1991563994f9966 (diff) |
Hook up bgplgd into the build
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 112f71780e2..a54077f9cc2 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.214 2022/01/05 16:35:33 deraadt Exp $ +# $OpenBSD: Makefile,v 1.215 2022/06/28 18:47:54 claudio Exp $ .include <bsd.own.mk> -SUBDIR= ac accton acme-client acpidump adduser amd apm apmd arp \ - authpf bgpctl bgpd btrace chroot config cron crunchgen dev_mkdb \ +SUBDIR= ac accton acme-client acpidump adduser amd apm apmd arp authpf \ + bgpctl bgpd bgplgd btrace chroot config cron crunchgen dev_mkdb \ dhcpd dhcpleasectl dhcrelay dhcrelay6 dvmrpctl dvmrpd edquota eeprom \ eigrpd eigrpctl fdformat ftp-proxy fw_update gpioctl hostapd hostctl \ hotplugd httpd identd ifstated ikectl inetd installboot iostat \ |