1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00
freebsd/usr.sbin/pmccontrol/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

13 lines
110 B
Makefile

#
# $FreeBSD$
#
PROG= pmccontrol
MAN= pmccontrol.8
LIBADD+= pmc
SRCS= pmccontrol.c
.include <bsd.prog.mk>