mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
10 lines
87 B
Makefile
10 lines
87 B
Makefile
#
|
|
#
|
|
|
|
PROG= pmcannotate
|
|
MAN= pmcannotate.8
|
|
|
|
SRCS= pmcannotate.c
|
|
|
|
.include <bsd.prog.mk>
|