freebsd-dev/usr.sbin/wake/Makefile
Martin Blapp 58c6a70a52 Add wake, a tool to send Wake on LAN frames to hosts on a local Ethernet network
Submitted by:   Marc Balmer <marc@msys.ch>
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
2009-06-30 18:51:22 +00:00

9 lines
71 B
Makefile

# $FreeBSD$
PROG= wake
MAN= wake.8
WARNS?= 2
.include <bsd.prog.mk>