diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2016-08-31 22:24:45 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2016-08-31 22:24:45 +0000 |
commit | 0fbb693de184cb00a8a9a2972abb8480ee04c3b3 (patch) | |
tree | 8d72069d4db350a7ec3e90592dfdbd98e26028f2 | |
parent | 9cb78f8bd10db2c16f6dba5a4d2fd4dbc11b8fca (diff) |
hook up acme-client
-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 3167f63cbe7..4a3e6607ac3 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.192 2016/02/03 13:37:44 reyk Exp $ +# $OpenBSD: Makefile,v 1.193 2016/08/31 22:24:44 florian Exp $ .include <bsd.own.mk> -SUBDIR= ac accton acpidump adduser amd apm apmd arp \ +SUBDIR= ac accton acme-client acpidump adduser amd apm apmd arp \ authpf bgpctl bgpd bind chroot config cron crunchgen dev_mkdb \ dhcpd dhcrelay dvmrpctl dvmrpd edquota eeprom eigrpd eigrpctl \ fdformat ftp-proxy gpioctl hostapd hostctl hotplugd httpd identd \ |