diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2009-02-08 22:43:27 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2009-02-08 22:43:27 +0000 |
commit | 6f9eb15b0f26c3385e0d8b11084ef070d15d3f95 (patch) | |
tree | ca0694130297e679002fa2046ae41f8b6bf1fb72 /usr.sbin | |
parent | 7f35b751d8f8171547873fafc81654ec61a3f1dc (diff) |
Unlink wake(8).
Diffstat (limited to 'usr.sbin')
-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 8d7b920bee7..99c88d8a6ba 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.146 2009/01/28 14:11:02 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.147 2009/02/08 22:43:26 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 wake watchdogd wsconscfg wsfontload wsmoused \ + trpt usbdevs user vipw watchdogd wsconscfg wsfontload wsmoused \ ypldap zdump zic ztsscale .if (${AFS:L} == "yes") |