Home | History | Annotate | Line # | Download | only in powerd
Makefile revision 1.1
      1  1.1  thorpej #	$NetBSD: Makefile,v 1.1 2003/04/18 04:54:49 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej NOMAN=1	# defined
      4  1.1  thorpej 
      5  1.1  thorpej PROG=	powerd
      6  1.1  thorpej SRCS=	powerd.c
      7  1.1  thorpej 
      8  1.1  thorpej DPADD+=	${LIBUTIL}
      9  1.1  thorpej LDADD+=	-lutil
     10  1.1  thorpej 
     11  1.1  thorpej .include <bsd.prog.mk>
     12