# $NetBSD: Makefile,v 1.2 2003/04/18 05:32:37 gmcgarry Exp $ PROG= powerd SRCS= powerd.c DPADD+= ${LIBUTIL} LDADD+= -lutil MAN= powerd.8 .include