From 92b2f1511851bf5a137742d90131b79d0ff4c1ff Mon Sep 17 00:00:00 2001 From: mbr Date: Tue, 30 Jun 2009 18:51:22 +0000 Subject: Add wake, a tool to send Wake on LAN frames to hosts on a local Ethernet network Submitted by: Marc Balmer Reviewed by: rwatson Approved by: re M usr.sbin/Makefile A usr.sbin/wake AM usr.sbin/wake/wake.c AM usr.sbin/wake/Makefile AM usr.sbin/wake/wake.8 --- usr.sbin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/Makefile') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 9484c06..f57ff3a 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -190,6 +190,7 @@ SUBDIR= ${_ac} \ ${_usbconfig} \ ${_vidcontrol} \ vipw \ + wake \ watch \ watchdogd \ ${_wlandebug} \ -- cgit v1.1