1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/pmccontrol/Makefile

14 lines
127 B
Makefile

#
# $FreeBSD$
#
PROG= pmccontrol
MAN= pmccontrol.8
DPADD= ${LIBPMC}
LDADD= -lpmc
SRCS= pmccontrol.c
.include <bsd.prog.mk>