mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04: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>
|