1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/usr.sbin/pmccontrol/Makefile
2005-04-19 14:43:59 +00:00

16 lines
138 B
Makefile

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