mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
12 lines
110 B
Makefile
12 lines
110 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= pmccontrol
|
|
MAN= pmccontrol.8
|
|
|
|
LIBADD+= pmc
|
|
|
|
SRCS= pmccontrol.c
|
|
|
|
.include <bsd.prog.mk>
|