12 lines
167 B
Makefile
12 lines
167 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2003/04/18 04:54:49 thorpej Exp $
|
||
|
|
||
|
NOMAN=1 # defined
|
||
|
|
||
|
PROG= powerd
|
||
|
SRCS= powerd.c
|
||
|
|
||
|
DPADD+= ${LIBUTIL}
|
||
|
LDADD+= -lutil
|
||
|
|
||
|
.include <bsd.prog.mk>
|