diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2009-01-28 14:11:03 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2009-01-28 14:11:03 +0000 |
commit | 11527568264fe64c53f09cc9a3c17b561619bc25 (patch) | |
tree | 974bfd3ae64f58cb974db0ae444e9ff2d9746473 /usr.sbin/Makefile | |
parent | 5b7f4e3110662f38c59a2cf573ea8d8b8e526e41 (diff) |
Add wake to the build. ok claudio.
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 68f5e32b1c9..8d7b920bee7 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.145 2008/10/14 21:43:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.146 2009/01/28 14:11:02 mbalmer Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ SUBDIR= ac accton acpidump adduser amd apm apmd arp \ rpc.statd rtadvd rtsold rwhod sa sasyncd sensorsd sliplogin \ slstats snmpctl snmpd spamdb spray syslogc syslogd sysmerge \ tcpdrop tcpdump timed tokenadm tokeninit traceroute traceroute6 \ - trpt usbdevs user vipw watchdogd wsconscfg wsfontload wsmoused \ + trpt usbdevs user vipw wake watchdogd wsconscfg wsfontload wsmoused \ ypldap zdump zic ztsscale .if (${AFS:L} == "yes") |