68b438857e
of it. Bump __FreeBSDversion for the MFC. Discussed with: pjd
11 lines
107 B
Makefile
11 lines
107 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= powerd
|
|
MAN= powerd.8
|
|
WARNS?= 6
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|