mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
12 lines
153 B
Makefile
12 lines
153 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PROG= timeout
|
|
|
|
SYMLINKS= ../..${BINDIR}/timeout /usr/bin/timeout
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|