mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
13 lines
167 B
Makefile
13 lines
167 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PROG= stat
|
|
|
|
LINKS= ${BINDIR}/stat ${BINDIR}/readlink
|
|
MLINKS= stat.1 readlink.1
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|