mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
135 B
Makefile
11 lines
135 B
Makefile
|
|
BZ2DIR= ${SRCTOP}/contrib/bzip2
|
|
.PATH: ${BZ2DIR}
|
|
|
|
PROG= bzip2recover
|
|
MAN=
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include <bsd.prog.mk>
|