1 1.4 xtraeme # $NetBSD: Makefile,v 1.4 2007/07/01 07:39:47 xtraeme Exp $ 2 1.1 thorpej 3 1.1 thorpej PROG= powerd 4 1.1 thorpej SRCS= powerd.c 5 1.1 thorpej 6 1.3 christos WARNS?= 4 7 1.4 xtraeme DPADD+= ${LIBPROP} ${LIBUTIL} 8 1.4 xtraeme LDADD+= -lprop -lutil 9 1.2 gmcgarry 10 1.2 gmcgarry MAN= powerd.8 11 1.1 thorpej 12 1.1 thorpej .include <bsd.prog.mk> 13