1# $NetBSD: Makefile,v 1.1 2012/05/26 01:58:20 uebayasi Exp $ 2 3PROG= wakeonlan 4SRCS= wakeonlan.c 5 6MAN= wakeonlan.8 7 8.include <bsd.prog.mk> 9