mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
12 lines
102 B
Makefile
12 lines
102 B
Makefile
#
|
|
#
|
|
|
|
PROG_CXX= pmccontrol
|
|
MAN= pmccontrol.8
|
|
|
|
LIBADD+= pmc
|
|
|
|
SRCS= pmccontrol.c
|
|
|
|
.include <bsd.prog.mk>
|