1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/powerd/Makefile
2005-08-24 17:32:41 +00:00

11 lines
107 B
Makefile

# $FreeBSD$
PROG= powerd
MAN= powerd.8
WARNS?= 6
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>