1 1.2 gmcgarry # $NetBSD: Makefile,v 1.2 2003/04/18 05:32:37 gmcgarry Exp $ 2 1.1 thorpej 3 1.1 thorpej PROG= powerd 4 1.1 thorpej SRCS= powerd.c 5 1.1 thorpej 6 1.1 thorpej DPADD+= ${LIBUTIL} 7 1.1 thorpej LDADD+= -lutil 8 1.2 gmcgarry 9 1.2 gmcgarry MAN= powerd.8 10 1.1 thorpej 11 1.1 thorpej .include <bsd.prog.mk> 12