ed(1): simplify by using arc4random_buf().
[freebsd-src.git] / usr.bin / timeout / Makefile
blobc1957aeadeeb04c6993add47ff130056a85893aa
1 # $FreeBSD$
3 .include <src.opts.mk>
5 PROG= timeout
7 .if ${MK_TESTS} != "no"
8 SUBDIR+= tests
9 .endif
11 .include <bsd.prog.mk>