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