]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/timeout/Makefile
Allow forcing non-posted memory on arm64
[FreeBSD/FreeBSD.git] / bin / timeout / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   timeout
6
7 SYMLINKS=       ../..${BINDIR}/timeout /usr/bin/timeout
8
9 HAS_TESTS=
10 SUBDIR.${MK_TESTS}+= tests
11
12 .include <bsd.prog.mk>