diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-01-26 10:59:31 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-01-26 10:59:31 +0000 |
commit | 582f04f687db7aacd0e3c734cd28d200d514f5e6 (patch) | |
tree | 90c2a3a0bd04d5dcddd26597bf9aaaba255307f6 /usr.sbin | |
parent | 19299ff83c185b3249db33d71e311c67c7b5b5b1 (diff) |
hook up unwind(8) to the build; OK deraadt
Diffstat (limited to 'usr.sbin')
-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 da437ba9608..f62cc04e093 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.203 2018/07/23 11:56:02 florian Exp $ +# $OpenBSD: Makefile,v 1.204 2019/01/26 10:59:30 florian Exp $ .include <bsd.own.mk> @@ -18,8 +18,8 @@ SUBDIR= ac accton acme-client acpidump adduser amd apm apmd arp \ sa sasyncd sensorsd slaacctl slowcgi smtpd \ snmpctl snmpd spamdb switchctl switchd syslogc syslogd sysmerge \ syspatch tcpdrop tcpdump tftp-proxy tftpd tokenadm tokeninit \ - traceroute trpt unbound usbdevs user vmd vmctl vipw watchdogd \ - wsconscfg wsfontload wsmoused zdump zic + traceroute trpt unbound unwindctl usbdevs user vmd vmctl vipw \ + watchdogd wsconscfg wsfontload wsmoused zdump zic .if (${YP:L} == "yes") SUBDIR+=ypbind ypldap yppoll ypset ypserv |