mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
c6db8143ed
Reduce overlinking
9 lines
78 B
Makefile
9 lines
78 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= powerd
|
|
MAN= powerd.8
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|