xref: /freebsd/usr.sbin/wake/Makefile (revision 10ff414c)
1# $FreeBSD$
2
3PROG=	wake
4MAN=	wake.8
5
6WARNS?= 3
7
8.include <bsd.prog.mk>
9